Shades of Dark Green #002716
Tints of Dark Green #002716
RGB
CMYK
RGB Variations
Color information
#002716 (or 0x002716) is known color: Dark Green. HEX triplet: 00, 27 and 16. RGB value is (0,39,22). Sum of RGB (Red+Green+Blue) = 0+39+22=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 39 (15.62% from 255 or 63.93% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 39 - color contains mainly: green. Hex color #002716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002716 is #FFD8E9. Grayscale: #191919. Windows color (decimal): -16767210 or 1451776. OLE color: 1451776.
HSL color Cylindrical-coordinate representation of color #002716: hue angle of 153.85º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002716 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 39 | 22 | - |
| CMYK | 1 | 0 | 0.44 | 0.85 |
| HSL | 153.85º | 1% | 0.08% | - |
| HSV(B) | 153.85º | 1% | 0.15% | - |
| XYZ | 0.87 | 1.51 | 1 | - |
| YUV | 25.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 22 | 1 | 0 | 0.44 | 0.85 | 153.85 | 1 | 0.08 |
| Hex | 0 | 27 | 16 | 64 | 0 | 2C | 55 | 9A | 64 | 8 |
| Octal | 0 | 47 | 26 | 144 | 0 | 54 | 125 | 232 | 144 | 10 |
| Binary | 0 | 100111 | 10110 | 1100100 | 0 | 101100 | 1010101 | 10011010 | 1100100 | 1000 |
Color Harmonies of #002716
Complementary color
Monochromatic Colors of #002716
Black with #002716
Text Example
Text Example
White with #002716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002716; }
p { color: rgb(0,39,22); }
H1.HeaderClassName
{
color: #002716;
}
.AnyTagClassName
{
color: #002716;
}
</style>
background-color css
<style>
a { background-color: #002716; }
a { background-color: rgb(0,39,22); }
div.DivClassName
{
background-color: #002716;
}
.BgClassName
{
background-color: #002716;
}
</style>
border-color css
<style>
span { border-color: #002716; }
span { border-color: rgb(0,39,22); }
td.TdClassName
{
border-color: #002716;
}
.TagClassName
{
border-color: #002716;
}
</style>