Shades of Dark Green #002510
Tints of Dark Green #002510
RGB
CMYK
RGB Variations
Color information
#002510 (or 0x002510) is known color: Dark Green. HEX triplet: 00, 25 and 10. RGB value is (0,37,16). Sum of RGB (Red+Green+Blue) = 0+37+16=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 37 (14.84% from 255 or 69.81% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 37 - color contains mainly: green. Hex color #002510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002510 is #FFDAEF. Grayscale: #171717. Windows color (decimal): -16767728 or 1058048. OLE color: 1058048.
HSL color Cylindrical-coordinate representation of color #002510: hue angle of 145.95º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002510 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 37 | 16 | - |
| CMYK | 1 | 0 | 0.57 | 0.85 |
| HSL | 145.95º | 1% | 0.07% | - |
| HSV(B) | 145.95º | 1% | 0.15% | - |
| XYZ | 0.76 | 1.36 | 0.71 | - |
| YUV | 23.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 16 | 1 | 0 | 0.57 | 0.85 | 145.95 | 1 | 0.07 |
| Hex | 0 | 25 | 10 | 64 | 0 | 39 | 55 | 92 | 64 | 7 |
| Octal | 0 | 45 | 20 | 144 | 0 | 71 | 125 | 222 | 144 | 7 |
| Binary | 0 | 100101 | 10000 | 1100100 | 0 | 111001 | 1010101 | 10010010 | 1100100 | 111 |
Color Harmonies of #002510
Complementary color
Monochromatic Colors of #002510
Black with #002510
Text Example
Text Example
White with #002510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002510; }
p { color: rgb(0,37,16); }
H1.HeaderClassName
{
color: #002510;
}
.AnyTagClassName
{
color: #002510;
}
</style>
background-color css
<style>
a { background-color: #002510; }
a { background-color: rgb(0,37,16); }
div.DivClassName
{
background-color: #002510;
}
.BgClassName
{
background-color: #002510;
}
</style>
border-color css
<style>
span { border-color: #002510; }
span { border-color: rgb(0,37,16); }
td.TdClassName
{
border-color: #002510;
}
.TagClassName
{
border-color: #002510;
}
</style>