Shades of Dark Green #0B1F16
Tints of Dark Green #0B1F16
RGB
CMYK
RGB Variations
Color information
#0B1F16 (or 0x0B1F16) is known color: Dark Green. HEX triplet: 0B, 1F and 16. RGB value is (11,31,22). Sum of RGB (Red+Green+Blue) = 11+31+22=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 31 (12.5% from 255 or 48.44% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F16 is #F4E0E9. Grayscale: #181818. Windows color (decimal): -16048362 or 1449739. OLE color: 1449739.
HSL color Cylindrical-coordinate representation of color #0B1F16: hue angle of 153º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1F16 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 31 | 22 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.88 |
| HSL | 153º | 0.48% | 0.08% | - |
| HSV(B) | 153º | 0.65% | 0.12% | - |
| XYZ | 0.77 | 1.11 | 0.93 | - |
| YUV | 23.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 22 | 0.65 | 0 | 0.29 | 0.88 | 153 | 0.48 | 0.08 |
| Hex | B | 1F | 16 | 41 | 0 | 1D | 58 | 99 | 30 | 8 |
| Octal | 13 | 37 | 26 | 101 | 0 | 35 | 130 | 231 | 60 | 10 |
| Binary | 1011 | 11111 | 10110 | 1000001 | 0 | 11101 | 1011000 | 10011001 | 110000 | 1000 |
Color Harmonies of #0B1F16
Complementary color
Monochromatic Colors of #0B1F16
Black with #0B1F16
Text Example
Text Example
White with #0B1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1F16; }
p { color: rgb(11,31,22); }
H1.HeaderClassName
{
color: #0B1F16;
}
.AnyTagClassName
{
color: #0B1F16;
}
</style>
background-color css
<style>
a { background-color: #0B1F16; }
a { background-color: rgb(11,31,22); }
div.DivClassName
{
background-color: #0B1F16;
}
.BgClassName
{
background-color: #0B1F16;
}
</style>
border-color css
<style>
span { border-color: #0B1F16; }
span { border-color: rgb(11,31,22); }
td.TdClassName
{
border-color: #0B1F16;
}
.TagClassName
{
border-color: #0B1F16;
}
</style>