Shades of Dark Spring Green #008432
Tints of Dark Spring Green #008432
RGB
CMYK
RGB Variations
Color information
#008432 (or 0x008432) is known color: Dark Spring Green. HEX triplet: 00, 84 and 32. RGB value is (0,132,50). Sum of RGB (Red+Green+Blue) = 0+132+50=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 132 (51.95% from 255 or 72.53% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 132 - color contains mainly: green. Hex color #008432 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008432 is #FF7BCD. Grayscale: #535353. Windows color (decimal): -16743374 or 3310592. OLE color: 3310592.
HSL color Cylindrical-coordinate representation of color #008432: hue angle of 142.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008432 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 50 | - |
| CMYK | 1 | 0 | 0.62 | 0.48 |
| HSL | 142.73º | 1% | 0.26% | - |
| HSV(B) | 142.73º | 1% | 0.52% | - |
| XYZ | 8.83 | 16.73 | 5.78 | - |
| YUV | 83.18 | 109.27 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 50 | 1 | 0 | 0.62 | 0.48 | 142.73 | 1 | 0.26 |
| Hex | 0 | 84 | 32 | 64 | 0 | 3E | 30 | 8F | 64 | 1A |
| Octal | 0 | 204 | 62 | 144 | 0 | 76 | 60 | 217 | 144 | 32 |
| Binary | 0 | 10000100 | 110010 | 1100100 | 0 | 111110 | 110000 | 10001111 | 1100100 | 11010 |
Color Harmonies of #008432
Complementary color
Monochromatic Colors of #008432
Black with #008432
Text Example
Text Example
White with #008432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008432; }
p { color: rgb(0,132,50); }
H1.HeaderClassName
{
color: #008432;
}
.AnyTagClassName
{
color: #008432;
}
</style>
background-color css
<style>
a { background-color: #008432; }
a { background-color: rgb(0,132,50); }
div.DivClassName
{
background-color: #008432;
}
.BgClassName
{
background-color: #008432;
}
</style>
border-color css
<style>
span { border-color: #008432; }
span { border-color: rgb(0,132,50); }
td.TdClassName
{
border-color: #008432;
}
.TagClassName
{
border-color: #008432;
}
</style>