Shades of Dark Spring Green #008632
Tints of Dark Spring Green #008632
RGB
CMYK
RGB Variations
Color information
#008632 (or 0x008632) is known color: Dark Spring Green. HEX triplet: 00, 86 and 32. RGB value is (0,134,50). Sum of RGB (Red+Green+Blue) = 0+134+50=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 134 (52.73% from 255 or 72.83% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 134 - color contains mainly: green. Hex color #008632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008632 is #FF79CD. Grayscale: #545454. Windows color (decimal): -16742862 or 3311104. OLE color: 3311104.
HSL color Cylindrical-coordinate representation of color #008632: hue angle of 142.39º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008632 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 50 | - |
| CMYK | 1 | 0 | 0.63 | 0.47 |
| HSL | 142.39º | 1% | 0.26% | - |
| HSV(B) | 142.39º | 1% | 0.53% | - |
| XYZ | 9.1 | 17.28 | 5.87 | - |
| YUV | 84.36 | 108.61 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 50 | 1 | 0 | 0.63 | 0.47 | 142.39 | 1 | 0.26 |
| Hex | 0 | 86 | 32 | 64 | 0 | 3F | 2F | 8E | 64 | 1A |
| Octal | 0 | 206 | 62 | 144 | 0 | 77 | 57 | 216 | 144 | 32 |
| Binary | 0 | 10000110 | 110010 | 1100100 | 0 | 111111 | 101111 | 10001110 | 1100100 | 11010 |
Color Harmonies of #008632
Complementary color
Monochromatic Colors of #008632
Black with #008632
Text Example
Text Example
White with #008632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008632; }
p { color: rgb(0,134,50); }
H1.HeaderClassName
{
color: #008632;
}
.AnyTagClassName
{
color: #008632;
}
</style>
background-color css
<style>
a { background-color: #008632; }
a { background-color: rgb(0,134,50); }
div.DivClassName
{
background-color: #008632;
}
.BgClassName
{
background-color: #008632;
}
</style>
border-color css
<style>
span { border-color: #008632; }
span { border-color: rgb(0,134,50); }
td.TdClassName
{
border-color: #008632;
}
.TagClassName
{
border-color: #008632;
}
</style>