Shades of Dark Green #02160D
Tints of Dark Green #02160D
RGB
CMYK
RGB Variations
Color information
#02160D (or 0x02160D) is known color: Dark Green. HEX triplet: 02, 16 and 0D. RGB value is (2,22,13). Sum of RGB (Red+Green+Blue) = 2+22+13=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 22 (8.98% from 255 or 59.46% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 22 - color contains mainly: green. Hex color #02160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02160D is #FDE9F2. Grayscale: #0F0F0F. Windows color (decimal): -16640499 or 857602. OLE color: 857602.
HSL color Cylindrical-coordinate representation of color #02160D: hue angle of 153º 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 #02160D is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 22 | 13 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.91 |
| HSL | 153º | 0.83% | 0.05% | - |
| HSV(B) | 153º | 0.91% | 0.09% | - |
| XYZ | 0.38 | 0.62 | 0.48 | - |
| YUV | 14.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 13 | 0.91 | 0 | 0.41 | 0.91 | 153 | 0.83 | 0.05 |
| Hex | 2 | 16 | D | 5B | 0 | 29 | 5B | 99 | 53 | 5 |
| Octal | 2 | 26 | 15 | 133 | 0 | 51 | 133 | 231 | 123 | 5 |
| Binary | 10 | 10110 | 1101 | 1011011 | 0 | 101001 | 1011011 | 10011001 | 1010011 | 101 |
Color Harmonies of #02160D
Complementary color
Monochromatic Colors of #02160D
Black with #02160D
Text Example
Text Example
White with #02160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02160D; }
p { color: rgb(2,22,13); }
H1.HeaderClassName
{
color: #02160D;
}
.AnyTagClassName
{
color: #02160D;
}
</style>
background-color css
<style>
a { background-color: #02160D; }
a { background-color: rgb(2,22,13); }
div.DivClassName
{
background-color: #02160D;
}
.BgClassName
{
background-color: #02160D;
}
</style>
border-color css
<style>
span { border-color: #02160D; }
span { border-color: rgb(2,22,13); }
td.TdClassName
{
border-color: #02160D;
}
.TagClassName
{
border-color: #02160D;
}
</style>