Shades of Dark Spring Green #208241
Tints of Dark Spring Green #208241
RGB
CMYK
RGB Variations
Color information
#208241 (or 0x208241) is known color: Dark Spring Green. HEX triplet: 20, 82 and 41. RGB value is (32,130,65). Sum of RGB (Red+Green+Blue) = 32+130+65=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #208241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208241 is #DF7DBE. Grayscale: #5D5D5D. Windows color (decimal): -14646719 or 4293152. OLE color: 4293152.
HSL color Cylindrical-coordinate representation of color #208241: hue angle of 140.2º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208241 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 65 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.49 |
| HSL | 140.2º | 0.6% | 0.32% | - |
| HSV(B) | 140.2º | 0.75% | 0.51% | - |
| XYZ | 9.53 | 16.65 | 7.71 | - |
| YUV | 93.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 65 | 0.75 | 0 | 0.50 | 0.49 | 140.2 | 0.6 | 0.32 |
| Hex | 20 | 82 | 41 | 4B | 0 | 32 | 31 | 8C | 3C | 20 |
| Octal | 40 | 202 | 101 | 113 | 0 | 62 | 61 | 214 | 74 | 40 |
| Binary | 100000 | 10000010 | 1000001 | 1001011 | 0 | 110010 | 110001 | 10001100 | 111100 | 100000 |
Color Harmonies of #208241
Complementary color
Monochromatic Colors of #208241
Black with #208241
Text Example
Text Example
White with #208241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208241; }
p { color: rgb(32,130,65); }
H1.HeaderClassName
{
color: #208241;
}
.AnyTagClassName
{
color: #208241;
}
</style>
background-color css
<style>
a { background-color: #208241; }
a { background-color: rgb(32,130,65); }
div.DivClassName
{
background-color: #208241;
}
.BgClassName
{
background-color: #208241;
}
</style>
border-color css
<style>
span { border-color: #208241; }
span { border-color: rgb(32,130,65); }
td.TdClassName
{
border-color: #208241;
}
.TagClassName
{
border-color: #208241;
}
</style>