Shades of Dark Spring Green #008232
Tints of Dark Spring Green #008232
RGB
CMYK
RGB Variations
Color information
#008232 (or 0x008232) is known color: Dark Spring Green. HEX triplet: 00, 82 and 32. RGB value is (0,130,50). Sum of RGB (Red+Green+Blue) = 0+130+50=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 130 (51.17% from 255 or 72.22% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 130 - color contains mainly: green. Hex color #008232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008232 is #FF7DCD. Grayscale: #525252. Windows color (decimal): -16743886 or 3310080. OLE color: 3310080.
HSL color Cylindrical-coordinate representation of color #008232: hue angle of 143.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008232 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 50 | - |
| CMYK | 1 | 0 | 0.62 | 0.49 |
| HSL | 143.08º | 1% | 0.25% | - |
| HSV(B) | 143.08º | 1% | 0.51% | - |
| XYZ | 8.56 | 16.2 | 5.69 | - |
| YUV | 82.01 | 109.93 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 50 | 1 | 0 | 0.62 | 0.49 | 143.08 | 1 | 0.25 |
| Hex | 0 | 82 | 32 | 64 | 0 | 3E | 31 | 8F | 64 | 19 |
| Octal | 0 | 202 | 62 | 144 | 0 | 76 | 61 | 217 | 144 | 31 |
| Binary | 0 | 10000010 | 110010 | 1100100 | 0 | 111110 | 110001 | 10001111 | 1100100 | 11001 |
Color Harmonies of #008232
Complementary color
Monochromatic Colors of #008232
Black with #008232
Text Example
Text Example
White with #008232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008232; }
p { color: rgb(0,130,50); }
H1.HeaderClassName
{
color: #008232;
}
.AnyTagClassName
{
color: #008232;
}
</style>
background-color css
<style>
a { background-color: #008232; }
a { background-color: rgb(0,130,50); }
div.DivClassName
{
background-color: #008232;
}
.BgClassName
{
background-color: #008232;
}
</style>
border-color css
<style>
span { border-color: #008232; }
span { border-color: rgb(0,130,50); }
td.TdClassName
{
border-color: #008232;
}
.TagClassName
{
border-color: #008232;
}
</style>