Shades of Dark Spring Green #208440
Tints of Dark Spring Green #208440
RGB
CMYK
RGB Variations
Color information
#208440 (or 0x208440) is known color: Dark Spring Green. HEX triplet: 20, 84 and 40. RGB value is (32,132,64). Sum of RGB (Red+Green+Blue) = 32+132+64=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #208440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208440 is #DF7BBF. Grayscale: #5E5E5E. Windows color (decimal): -14646208 or 4228128. OLE color: 4228128.
HSL color Cylindrical-coordinate representation of color #208440: hue angle of 139.2º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208440 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 64 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.48 |
| HSL | 139.2º | 0.61% | 0.32% | - |
| HSV(B) | 139.2º | 0.76% | 0.52% | - |
| XYZ | 9.77 | 17.18 | 7.65 | - |
| YUV | 94.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 64 | 0.76 | 0 | 0.52 | 0.48 | 139.2 | 0.61 | 0.32 |
| Hex | 20 | 84 | 40 | 4C | 0 | 34 | 30 | 8B | 3D | 20 |
| Octal | 40 | 204 | 100 | 114 | 0 | 64 | 60 | 213 | 75 | 40 |
| Binary | 100000 | 10000100 | 1000000 | 1001100 | 0 | 110100 | 110000 | 10001011 | 111101 | 100000 |
Color Harmonies of #208440
Complementary color
Monochromatic Colors of #208440
Black with #208440
Text Example
Text Example
White with #208440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208440; }
p { color: rgb(32,132,64); }
H1.HeaderClassName
{
color: #208440;
}
.AnyTagClassName
{
color: #208440;
}
</style>
background-color css
<style>
a { background-color: #208440; }
a { background-color: rgb(32,132,64); }
div.DivClassName
{
background-color: #208440;
}
.BgClassName
{
background-color: #208440;
}
</style>
border-color css
<style>
span { border-color: #208440; }
span { border-color: rgb(32,132,64); }
td.TdClassName
{
border-color: #208440;
}
.TagClassName
{
border-color: #208440;
}
</style>