Shades of Dark Spring Green #208340
Tints of Dark Spring Green #208340
RGB
CMYK
RGB Variations
Color information
#208340 (or 0x208340) is known color: Dark Spring Green. HEX triplet: 20, 83 and 40. RGB value is (32,131,64). Sum of RGB (Red+Green+Blue) = 32+131+64=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #208340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208340 is #DF7CBF. Grayscale: #5D5D5D. Windows color (decimal): -14646464 or 4227872. OLE color: 4227872.
HSL color Cylindrical-coordinate representation of color #208340: hue angle of 139.39º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208340 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 64 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.49 |
| HSL | 139.39º | 0.61% | 0.32% | - |
| HSV(B) | 139.39º | 0.76% | 0.51% | - |
| XYZ | 9.64 | 16.91 | 7.61 | - |
| YUV | 93.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 64 | 0.76 | 0 | 0.51 | 0.49 | 139.39 | 0.61 | 0.32 |
| Hex | 20 | 83 | 40 | 4C | 0 | 33 | 31 | 8B | 3D | 20 |
| Octal | 40 | 203 | 100 | 114 | 0 | 63 | 61 | 213 | 75 | 40 |
| Binary | 100000 | 10000011 | 1000000 | 1001100 | 0 | 110011 | 110001 | 10001011 | 111101 | 100000 |
Color Harmonies of #208340
Complementary color
Monochromatic Colors of #208340
Black with #208340
Text Example
Text Example
White with #208340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208340; }
p { color: rgb(32,131,64); }
H1.HeaderClassName
{
color: #208340;
}
.AnyTagClassName
{
color: #208340;
}
</style>
background-color css
<style>
a { background-color: #208340; }
a { background-color: rgb(32,131,64); }
div.DivClassName
{
background-color: #208340;
}
.BgClassName
{
background-color: #208340;
}
</style>
border-color css
<style>
span { border-color: #208340; }
span { border-color: rgb(32,131,64); }
td.TdClassName
{
border-color: #208340;
}
.TagClassName
{
border-color: #208340;
}
</style>