CSS named colour

Sea Green

#2e8b57

A CSS named colour: seagreen is valid anywhere a colour is expected.

RGB
rgb(46 139 87)
HSL
146°, 50%, 36%
OKLCh
56.9% 0.119 154.9

Open in the picker

Sea Green in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#2e8b57
RGBrgb(46 139 87)
RGB legacyrgb(46, 139, 87)
RGB percentrgb(18.04% 54.51% 34.12%)
HSLhsl(146.5 50.3% 36.3%)
HSL legacyhsl(146.5, 50.3%, 36.3%)
HSV / HSBhsv(146.5, 66.9%, 54.5%)
HWBhwb(146.5 18% 45.5%)
Nearest nameseagreen
CMYKcmyk(66.9%, 0%, 37.4%, 45.5%)Naive conversion. Real print work needs an ICC profile.

Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.

OKLChoklch(56.853% 0.11871 154.949)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(56.853% -0.10755 0.05027)
CIE LChlch(51.49% 42.626 152.658)
CIE Lablab(51.49% -37.864 19.578)
Display P3color(display-p3 0.2898 0.5376 0.359)
Rec. 2020color(rec2020 0.3016 0.4795 0.3054)
srgb-linearcolor(srgb-linear 0.0273 0.2582 0.0953)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.1208 0.1973 0.1219)

ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.

GLSL vec3 — sRGBvec3(0.18, 0.545, 0.341)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.027, 0.258, 0.095)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.18, 0.545, 0.341, 1.0)
GLSL vec4 — linearvec4(0.027, 0.258, 0.095, 1.0)
GLSL ivec3ivec3(46, 139, 87)
HLSL float3 — sRGBfloat3(0.18, 0.545, 0.341)
HLSL float3 — linearfloat3(0.027, 0.258, 0.095)
HLSL float4 — sRGBfloat4(0.18, 0.545, 0.341, 1.0)
HLSL half4 — sRGBhalf4(0.18, 0.545, 0.341, 1.0)
WGSL vec3f — sRGBvec3f(0.18, 0.545, 0.341)
WGSL vec4f — sRGBvec4f(0.18, 0.545, 0.341, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.027, 0.258, 0.095)

Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.

Unity Colornew Color(0.18f, 0.545f, 0.341f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(46, 139, 87, 255)
Unreal FLinearColorFLinearColor(0.0273f, 0.2582f, 0.0953f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(46, 139, 87, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.18, 0.545, 0.341, 1)
Flutter ColorColor(0xFF2E8B57)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(46, 139, 87)
SwiftUI ColorColor(red: 0.18, green: 0.545, blue: 0.341)
UIKit UIColorUIColor(red: 0.18, green: 0.545, blue: 0.341, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0x2E8B57
0x hex (ARGB)0xFF2E8B57
Array 0–1[0.18, 0.545, 0.341]
Array 0–255[46, 139, 87]
Decimal integer3050327

Contrast and accessibility

WCAG 2 ratios are what audits and legislation reference. APCA is shown alongside because WCAG 2 is known to misjudge mid-tone backgrounds, and it is the basis of the WCAG 3 draft.

PairingWCAG 2 ratioLevelAPCASuitable for
Sea Green on white4.25:1AA LargeLc 69Headings and large text
Sea Green on black4.95:1AALc 33Non-text elements only

Sea Green text on a white background

Sea Green text on a black background

White text on Sea Green

Black text on Sea Green

Tonal scale

Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.

  • 50#d2ffe3
  • 100#bcffd3
  • 200#a7f0c0
  • 300#8bdba7
  • 400#69bf89
  • 500#46a06b
  • 600#2b8553
  • 700#126c3e
  • 800#00572e
  • 900#004521
  • 950#00290c

Tints and shades

Mixed perceptually toward white and black, so the steps feel evenly spaced.

  • Tint 1#579e72
  • Tint 2#7ab18d
  • Tint 3#9bc5a8
  • Tint 4#bcd8c5
  • Tint 5#deebe2
  • Shade 1#226c42
  • Shade 2#164e2f
  • Shade 3#0b321c
  • Shade 4#03190c
  • Shade 5#000401

Colours that work with Sea Green

Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.

  • #a15a93
  • #6370bc
  • #b15a45
  • #67832b
  • #008d80

Closest CSS names

  • seagreenexact match
  • forestgreenΔEok 0.059
  • olivedrabΔEok 0.073
  • darkcyanΔEok 0.077
  • tealΔEok 0.080
  • greenΔEok 0.082