Shades of Dark Green #00160B
Tints of Dark Green #00160B
RGB
CMYK
RGB Variations
Color information
#00160B (or 0x00160B) is known color: Dark Green. HEX triplet: 00, 16 and 0B. RGB value is (0,22,11). Sum of RGB (Red+Green+Blue) = 0+22+11=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 22 (8.98% from 255 or 66.67% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 22 - color contains mainly: green. Hex color #00160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00160B is #FFE9F4. Grayscale: #0E0E0E. Windows color (decimal): -16771573 or 726528. OLE color: 726528.
HSL color Cylindrical-coordinate representation of color #00160B: hue angle of 150º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00160B is Cyan = 1, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
RGB | 0 | 22 | 11 | - |
CMYK | 1 | 0 | 0.5 | 0.91 |
HSL | 150º | 1% | 0.04% | - |
HSV(B) | 150º | 1% | 0.09% | - |
XYZ | 0.35 | 0.6 | 0.41 | - |
YUV | 14.17 | 126.21 | 117.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 22 | 11 | 1 | 0 | 0.5 | 0.91 | 150 | 1 | 0.04 |
Hex | 0 | 16 | B | 64 | 0 | 32 | 5B | 96 | 64 | 4 |
Octal | 0 | 26 | 13 | 144 | 0 | 62 | 133 | 226 | 144 | 4 |
Binary | 0 | 10110 | 1011 | 1100100 | 0 | 110010 | 1011011 | 10010110 | 1100100 | 100 |
Color Harmonies of #00160B
Complementary color
Monochromatic Colors of #00160B
Black with #00160B
Text Example
Text Example
White with #00160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00160B; }
p { color: rgb(0,22,11); }
H1.HeaderClassName
{
color: #00160B;
}
.AnyTagClassName
{
color: #00160B;
}
</style>
background-color css
<style>
a { background-color: #00160B; }
a { background-color: rgb(0,22,11); }
div.DivClassName
{
background-color: #00160B;
}
.BgClassName
{
background-color: #00160B;
}
</style>
border-color css
<style>
span { border-color: #00160B; }
span { border-color: rgb(0,22,11); }
td.TdClassName
{
border-color: #00160B;
}
.TagClassName
{
border-color: #00160B;
}
</style>