Shades of Sea Green #208C3D
Tints of Sea Green #208C3D
RGB
CMYK
RGB Variations
Color information
#208C3D (or 0x208C3D) is known color: Sea Green. HEX triplet: 20, 8C and 3D. RGB value is (32,140,61). Sum of RGB (Red+Green+Blue) = 32+140+61=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 140 (55.08% from 255 or 60.09% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 140 - color contains mainly: green. Hex color #208C3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208C3D is #DF73C2. Grayscale: #626262. Windows color (decimal): -14644163 or 4033568. OLE color: 4033568.
HSL color Cylindrical-coordinate representation of color #208C3D: hue angle of 136.11º 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 #208C3D is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 140 | 61 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.45 |
| HSL | 136.11º | 0.63% | 0.34% | - |
| HSV(B) | 136.11º | 0.77% | 0.55% | - |
| XYZ | 10.82 | 19.4 | 7.59 | - |
| YUV | 98.7 | 106.72 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 61 | 0.77 | 0 | 0.56 | 0.45 | 136.11 | 0.63 | 0.34 |
| Hex | 20 | 8C | 3D | 4D | 0 | 38 | 2D | 88 | 3F | 22 |
| Octal | 40 | 214 | 75 | 115 | 0 | 70 | 55 | 210 | 77 | 42 |
| Binary | 100000 | 10001100 | 111101 | 1001101 | 0 | 111000 | 101101 | 10001000 | 111111 | 100010 |
Color Harmonies of #208C3D
Complementary color
Monochromatic Colors of #208C3D
Black with #208C3D
Text Example
Text Example
White with #208C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C3D; }
p { color: rgb(32,140,61); }
H1.HeaderClassName
{
color: #208C3D;
}
.AnyTagClassName
{
color: #208C3D;
}
</style>
background-color css
<style>
a { background-color: #208C3D; }
a { background-color: rgb(32,140,61); }
div.DivClassName
{
background-color: #208C3D;
}
.BgClassName
{
background-color: #208C3D;
}
</style>
border-color css
<style>
span { border-color: #208C3D; }
span { border-color: rgb(32,140,61); }
td.TdClassName
{
border-color: #208C3D;
}
.TagClassName
{
border-color: #208C3D;
}
</style>