Shades of Sea Green #208D49
Tints of Sea Green #208D49
RGB
CMYK
RGB Variations
Color information
#208D49 (or 0x208D49) is known color: Sea Green. HEX triplet: 20, 8D and 49. RGB value is (32,141,73). Sum of RGB (Red+Green+Blue) = 32+141+73=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #208D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208D49 is #DF72B6. Grayscale: #646464. Windows color (decimal): -14643895 or 4820256. OLE color: 4820256.
HSL color Cylindrical-coordinate representation of color #208D49: hue angle of 142.57º 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 #208D49 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 141 | 73 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.45 |
| HSL | 142.57º | 0.63% | 0.34% | - |
| HSV(B) | 142.57º | 0.77% | 0.55% | - |
| XYZ | 11.32 | 19.84 | 9.54 | - |
| YUV | 100.66 | 112.39 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 73 | 0.77 | 0 | 0.48 | 0.45 | 142.57 | 0.63 | 0.34 |
| Hex | 20 | 8D | 49 | 4D | 0 | 30 | 2D | 8F | 3F | 22 |
| Octal | 40 | 215 | 111 | 115 | 0 | 60 | 55 | 217 | 77 | 42 |
| Binary | 100000 | 10001101 | 1001001 | 1001101 | 0 | 110000 | 101101 | 10001111 | 111111 | 100010 |
Color Harmonies of #208D49
Complementary color
Monochromatic Colors of #208D49
Black with #208D49
Text Example
Text Example
White with #208D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208D49; }
p { color: rgb(32,141,73); }
H1.HeaderClassName
{
color: #208D49;
}
.AnyTagClassName
{
color: #208D49;
}
</style>
background-color css
<style>
a { background-color: #208D49; }
a { background-color: rgb(32,141,73); }
div.DivClassName
{
background-color: #208D49;
}
.BgClassName
{
background-color: #208D49;
}
</style>
border-color css
<style>
span { border-color: #208D49; }
span { border-color: rgb(32,141,73); }
td.TdClassName
{
border-color: #208D49;
}
.TagClassName
{
border-color: #208D49;
}
</style>