Shades of Dark Spring Green #008235
Tints of Dark Spring Green #008235
RGB
CMYK
RGB Variations
Color information
#008235 (or 0x008235) is known color: Dark Spring Green. HEX triplet: 00, 82 and 35. RGB value is (0,130,53). Sum of RGB (Red+Green+Blue) = 0+130+53=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #008235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008235 is #FF7DCA. Grayscale: #525252. Windows color (decimal): -16743883 or 3506688. OLE color: 3506688.
HSL color Cylindrical-coordinate representation of color #008235: hue angle of 144.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008235 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 53 | - |
| CMYK | 1 | 0 | 0.59 | 0.49 |
| HSL | 144.46º | 1% | 0.25% | - |
| HSV(B) | 144.46º | 1% | 0.51% | - |
| XYZ | 8.63 | 16.22 | 6.04 | - |
| YUV | 82.35 | 111.43 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 53 | 1 | 0 | 0.59 | 0.49 | 144.46 | 1 | 0.25 |
| Hex | 0 | 82 | 35 | 64 | 0 | 3B | 31 | 90 | 64 | 19 |
| Octal | 0 | 202 | 65 | 144 | 0 | 73 | 61 | 220 | 144 | 31 |
| Binary | 0 | 10000010 | 110101 | 1100100 | 0 | 111011 | 110001 | 10010000 | 1100100 | 11001 |
Color Harmonies of #008235
Complementary color
Monochromatic Colors of #008235
Black with #008235
Text Example
Text Example
White with #008235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008235; }
p { color: rgb(0,130,53); }
H1.HeaderClassName
{
color: #008235;
}
.AnyTagClassName
{
color: #008235;
}
</style>
background-color css
<style>
a { background-color: #008235; }
a { background-color: rgb(0,130,53); }
div.DivClassName
{
background-color: #008235;
}
.BgClassName
{
background-color: #008235;
}
</style>
border-color css
<style>
span { border-color: #008235; }
span { border-color: rgb(0,130,53); }
td.TdClassName
{
border-color: #008235;
}
.TagClassName
{
border-color: #008235;
}
</style>