Shades of Dark Green #002E16
Tints of Dark Green #002E16
RGB
CMYK
RGB Variations
Color information
#002E16 (or 0x002E16) is known color: Dark Green. HEX triplet: 00, 2E and 16. RGB value is (0,46,22). Sum of RGB (Red+Green+Blue) = 0+46+22=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 46 (18.36% from 255 or 67.65% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 46 - color contains mainly: green. Hex color #002E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002E16 is #FFD1E9. Grayscale: #1D1D1D. Windows color (decimal): -16765418 or 1453568. OLE color: 1453568.
HSL color Cylindrical-coordinate representation of color #002E16: hue angle of 148.7º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E16 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 46 | 22 | - |
| CMYK | 1 | 0 | 0.52 | 0.82 |
| HSL | 148.7º | 1% | 0.09% | - |
| HSV(B) | 148.7º | 1% | 0.18% | - |
| XYZ | 1.12 | 2.01 | 1.09 | - |
| YUV | 29.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 22 | 1 | 0 | 0.52 | 0.82 | 148.7 | 1 | 0.09 |
| Hex | 0 | 2E | 16 | 64 | 0 | 34 | 52 | 95 | 64 | 9 |
| Octal | 0 | 56 | 26 | 144 | 0 | 64 | 122 | 225 | 144 | 11 |
| Binary | 0 | 101110 | 10110 | 1100100 | 0 | 110100 | 1010010 | 10010101 | 1100100 | 1001 |
Color Harmonies of #002E16
Complementary color
Monochromatic Colors of #002E16
Black with #002E16
Text Example
Text Example
White with #002E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E16; }
p { color: rgb(0,46,22); }
H1.HeaderClassName
{
color: #002E16;
}
.AnyTagClassName
{
color: #002E16;
}
</style>
background-color css
<style>
a { background-color: #002E16; }
a { background-color: rgb(0,46,22); }
div.DivClassName
{
background-color: #002E16;
}
.BgClassName
{
background-color: #002E16;
}
</style>
border-color css
<style>
span { border-color: #002E16; }
span { border-color: rgb(0,46,22); }
td.TdClassName
{
border-color: #002E16;
}
.TagClassName
{
border-color: #002E16;
}
</style>