Shades of Sea Green #208B40
Tints of Sea Green #208B40
RGB
CMYK
RGB Variations
Color information
#208B40 (or 0x208B40) is known color: Sea Green. HEX triplet: 20, 8B and 40. RGB value is (32,139,64). Sum of RGB (Red+Green+Blue) = 32+139+64=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #208B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208B40 is #DF74BF. Grayscale: #626262. Windows color (decimal): -14644416 or 4229920. OLE color: 4229920.
HSL color Cylindrical-coordinate representation of color #208B40: hue angle of 137.94º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208B40 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 64 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.45 |
| HSL | 137.94º | 0.63% | 0.34% | - |
| HSV(B) | 137.94º | 0.77% | 0.55% | - |
| XYZ | 10.75 | 19.14 | 7.98 | - |
| YUV | 98.46 | 108.55 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 64 | 0.77 | 0 | 0.54 | 0.45 | 137.94 | 0.63 | 0.34 |
| Hex | 20 | 8B | 40 | 4D | 0 | 36 | 2D | 8A | 3F | 22 |
| Octal | 40 | 213 | 100 | 115 | 0 | 66 | 55 | 212 | 77 | 42 |
| Binary | 100000 | 10001011 | 1000000 | 1001101 | 0 | 110110 | 101101 | 10001010 | 111111 | 100010 |
Color Harmonies of #208B40
Complementary color
Monochromatic Colors of #208B40
Black with #208B40
Text Example
Text Example
White with #208B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B40; }
p { color: rgb(32,139,64); }
H1.HeaderClassName
{
color: #208B40;
}
.AnyTagClassName
{
color: #208B40;
}
</style>
background-color css
<style>
a { background-color: #208B40; }
a { background-color: rgb(32,139,64); }
div.DivClassName
{
background-color: #208B40;
}
.BgClassName
{
background-color: #208B40;
}
</style>
border-color css
<style>
span { border-color: #208B40; }
span { border-color: rgb(32,139,64); }
td.TdClassName
{
border-color: #208B40;
}
.TagClassName
{
border-color: #208B40;
}
</style>