Shades of Dark Green #002910
Tints of Dark Green #002910
RGB
CMYK
RGB Variations
Color information
#002910 (or 0x002910) is known color: Dark Green. HEX triplet: 00, 29 and 10. RGB value is (0,41,16). Sum of RGB (Red+Green+Blue) = 0+41+16=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 41 (16.41% from 255 or 71.93% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 41 - color contains mainly: green. Hex color #002910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002910 is #FFD6EF. Grayscale: #191919. Windows color (decimal): -16766704 or 1059072. OLE color: 1059072.
HSL color Cylindrical-coordinate representation of color #002910: hue angle of 143.41º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002910 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 41 | 16 | - |
| CMYK | 1 | 0 | 0.61 | 0.84 |
| HSL | 143.41º | 1% | 0.08% | - |
| HSV(B) | 143.41º | 1% | 0.16% | - |
| XYZ | 0.89 | 1.62 | 0.76 | - |
| YUV | 25.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 16 | 1 | 0 | 0.61 | 0.84 | 143.41 | 1 | 0.08 |
| Hex | 0 | 29 | 10 | 64 | 0 | 3D | 54 | 8F | 64 | 8 |
| Octal | 0 | 51 | 20 | 144 | 0 | 75 | 124 | 217 | 144 | 10 |
| Binary | 0 | 101001 | 10000 | 1100100 | 0 | 111101 | 1010100 | 10001111 | 1100100 | 1000 |
Color Harmonies of #002910
Complementary color
Monochromatic Colors of #002910
Black with #002910
Text Example
Text Example
White with #002910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002910; }
p { color: rgb(0,41,16); }
H1.HeaderClassName
{
color: #002910;
}
.AnyTagClassName
{
color: #002910;
}
</style>
background-color css
<style>
a { background-color: #002910; }
a { background-color: rgb(0,41,16); }
div.DivClassName
{
background-color: #002910;
}
.BgClassName
{
background-color: #002910;
}
</style>
border-color css
<style>
span { border-color: #002910; }
span { border-color: rgb(0,41,16); }
td.TdClassName
{
border-color: #002910;
}
.TagClassName
{
border-color: #002910;
}
</style>