Shades of Dark Spring Green #008034
Tints of Dark Spring Green #008034
RGB
CMYK
RGB Variations
Color information
#008034 (or 0x008034) is known color: Dark Spring Green. HEX triplet: 00, 80 and 34. RGB value is (0,128,52). Sum of RGB (Red+Green+Blue) = 0+128+52=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 128 (50.39% from 255 or 71.11% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 128 - color contains mainly: green. Hex color #008034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008034 is #FF7FCB. Grayscale: #515151. Windows color (decimal): -16744396 or 3440640. OLE color: 3440640.
HSL color Cylindrical-coordinate representation of color #008034: hue angle of 144.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008034 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 52 | - |
| CMYK | 1 | 0 | 0.59 | 0.50 |
| HSL | 144.38º | 1% | 0.25% | - |
| HSV(B) | 144.38º | 1% | 0.5% | - |
| XYZ | 8.34 | 15.69 | 5.84 | - |
| YUV | 81.06 | 111.59 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 52 | 1 | 0 | 0.59 | 0.50 | 144.38 | 1 | 0.25 |
| Hex | 0 | 80 | 34 | 64 | 0 | 3B | 32 | 90 | 64 | 19 |
| Octal | 0 | 200 | 64 | 144 | 0 | 73 | 62 | 220 | 144 | 31 |
| Binary | 0 | 10000000 | 110100 | 1100100 | 0 | 111011 | 110010 | 10010000 | 1100100 | 11001 |
Color Harmonies of #008034
Complementary color
Monochromatic Colors of #008034
Black with #008034
Text Example
Text Example
White with #008034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008034; }
p { color: rgb(0,128,52); }
H1.HeaderClassName
{
color: #008034;
}
.AnyTagClassName
{
color: #008034;
}
</style>
background-color css
<style>
a { background-color: #008034; }
a { background-color: rgb(0,128,52); }
div.DivClassName
{
background-color: #008034;
}
.BgClassName
{
background-color: #008034;
}
</style>
border-color css
<style>
span { border-color: #008034; }
span { border-color: rgb(0,128,52); }
td.TdClassName
{
border-color: #008034;
}
.TagClassName
{
border-color: #008034;
}
</style>