Shades of Dark Spring Green #008332
Tints of Dark Spring Green #008332
RGB
CMYK
RGB Variations
Color information
#008332 (or 0x008332) is known color: Dark Spring Green. HEX triplet: 00, 83 and 32. RGB value is (0,131,50). Sum of RGB (Red+Green+Blue) = 0+131+50=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 131 (51.56% from 255 or 72.38% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 131 - color contains mainly: green. Hex color #008332 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008332 is #FF7CCD. Grayscale: #525252. Windows color (decimal): -16743630 or 3310336. OLE color: 3310336.
HSL color Cylindrical-coordinate representation of color #008332: hue angle of 142.9º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008332 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 50 | - |
| CMYK | 1 | 0 | 0.62 | 0.49 |
| HSL | 142.9º | 1% | 0.26% | - |
| HSV(B) | 142.9º | 1% | 0.51% | - |
| XYZ | 8.69 | 16.46 | 5.74 | - |
| YUV | 82.6 | 109.6 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 50 | 1 | 0 | 0.62 | 0.49 | 142.9 | 1 | 0.26 |
| Hex | 0 | 83 | 32 | 64 | 0 | 3E | 31 | 8F | 64 | 1A |
| Octal | 0 | 203 | 62 | 144 | 0 | 76 | 61 | 217 | 144 | 32 |
| Binary | 0 | 10000011 | 110010 | 1100100 | 0 | 111110 | 110001 | 10001111 | 1100100 | 11010 |
Color Harmonies of #008332
Complementary color
Monochromatic Colors of #008332
Black with #008332
Text Example
Text Example
White with #008332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008332; }
p { color: rgb(0,131,50); }
H1.HeaderClassName
{
color: #008332;
}
.AnyTagClassName
{
color: #008332;
}
</style>
background-color css
<style>
a { background-color: #008332; }
a { background-color: rgb(0,131,50); }
div.DivClassName
{
background-color: #008332;
}
.BgClassName
{
background-color: #008332;
}
</style>
border-color css
<style>
span { border-color: #008332; }
span { border-color: rgb(0,131,50); }
td.TdClassName
{
border-color: #008332;
}
.TagClassName
{
border-color: #008332;
}
</style>