Shades of Dark Spring Green #008334
Tints of Dark Spring Green #008334
RGB
CMYK
RGB Variations
Color information
#008334 (or 0x008334) is known color: Dark Spring Green. HEX triplet: 00, 83 and 34. RGB value is (0,131,52). Sum of RGB (Red+Green+Blue) = 0+131+52=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 131 (51.56% from 255 or 71.58% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 131 - color contains mainly: green. Hex color #008334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008334 is #FF7CCB. Grayscale: #535353. Windows color (decimal): -16743628 or 3441408. OLE color: 3441408.
HSL color Cylindrical-coordinate representation of color #008334: hue angle of 143.82º 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 #008334 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 52 | - |
| CMYK | 1 | 0 | 0.60 | 0.49 |
| HSL | 143.82º | 1% | 0.26% | - |
| HSV(B) | 143.82º | 1% | 0.51% | - |
| XYZ | 8.74 | 16.48 | 5.97 | - |
| YUV | 82.83 | 110.6 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 52 | 1 | 0 | 0.60 | 0.49 | 143.82 | 1 | 0.26 |
| Hex | 0 | 83 | 34 | 64 | 0 | 3C | 31 | 90 | 64 | 1A |
| Octal | 0 | 203 | 64 | 144 | 0 | 74 | 61 | 220 | 144 | 32 |
| Binary | 0 | 10000011 | 110100 | 1100100 | 0 | 111100 | 110001 | 10010000 | 1100100 | 11010 |
Color Harmonies of #008334
Complementary color
Monochromatic Colors of #008334
Black with #008334
Text Example
Text Example
White with #008334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008334; }
p { color: rgb(0,131,52); }
H1.HeaderClassName
{
color: #008334;
}
.AnyTagClassName
{
color: #008334;
}
</style>
background-color css
<style>
a { background-color: #008334; }
a { background-color: rgb(0,131,52); }
div.DivClassName
{
background-color: #008334;
}
.BgClassName
{
background-color: #008334;
}
</style>
border-color css
<style>
span { border-color: #008334; }
span { border-color: rgb(0,131,52); }
td.TdClassName
{
border-color: #008334;
}
.TagClassName
{
border-color: #008334;
}
</style>