Shades of Dark Green #02160B
Tints of Dark Green #02160B
RGB
CMYK
RGB Variations
Color information
#02160B (or 0x02160B) is known color: Dark Green. HEX triplet: 02, 16 and 0B. RGB value is (2,22,11). Sum of RGB (Red+Green+Blue) = 2+22+11=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 22 (8.98% from 255 or 62.86% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 22 - color contains mainly: green. Hex color #02160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02160B is #FDE9F4. Grayscale: #0E0E0E. Windows color (decimal): -16640501 or 726530. OLE color: 726530.
HSL color Cylindrical-coordinate representation of color #02160B: hue angle of 147º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #02160B is Cyan = 0.91, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 22 | 11 | - |
| CMYK | 0.91 | 0 | 0.5 | 0.91 |
| HSL | 147º | 0.83% | 0.05% | - |
| HSV(B) | 147º | 0.91% | 0.09% | - |
| XYZ | 0.37 | 0.61 | 0.41 | - |
| YUV | 14.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 11 | 0.91 | 0 | 0.5 | 0.91 | 147 | 0.83 | 0.05 |
| Hex | 2 | 16 | B | 5B | 0 | 32 | 5B | 93 | 53 | 5 |
| Octal | 2 | 26 | 13 | 133 | 0 | 62 | 133 | 223 | 123 | 5 |
| Binary | 10 | 10110 | 1011 | 1011011 | 0 | 110010 | 1011011 | 10010011 | 1010011 | 101 |
Color Harmonies of #02160B
Complementary color
Monochromatic Colors of #02160B
Black with #02160B
Text Example
Text Example
White with #02160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02160B; }
p { color: rgb(2,22,11); }
H1.HeaderClassName
{
color: #02160B;
}
.AnyTagClassName
{
color: #02160B;
}
</style>
background-color css
<style>
a { background-color: #02160B; }
a { background-color: rgb(2,22,11); }
div.DivClassName
{
background-color: #02160B;
}
.BgClassName
{
background-color: #02160B;
}
</style>
border-color css
<style>
span { border-color: #02160B; }
span { border-color: rgb(2,22,11); }
td.TdClassName
{
border-color: #02160B;
}
.TagClassName
{
border-color: #02160B;
}
</style>