Shades of Dark Green #0B1817
Tints of Dark Green #0B1817
RGB
CMYK
RGB Variations
Color information
#0B1817 (or 0x0B1817) is known color: Dark Green. HEX triplet: 0B, 18 and 17. RGB value is (11,24,23). Sum of RGB (Red+Green+Blue) = 11+24+23=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1817 is #F4E7E8. Grayscale: #131313. Windows color (decimal): -16050153 or 1513483. OLE color: 1513483.
HSL color Cylindrical-coordinate representation of color #0B1817: hue angle of 175.38º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0B1817 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 24 | 23 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.91 |
| HSL | 175.38º | 0.37% | 0.07% | - |
| HSV(B) | 175.38º | 0.54% | 0.09% | - |
| XYZ | 0.62 | 0.79 | 0.93 | - |
| YUV | 20 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 23 | 0.54 | 0 | 0.04 | 0.91 | 175.38 | 0.37 | 0.07 |
| Hex | B | 18 | 17 | 36 | 0 | 4 | 5B | AF | 25 | 7 |
| Octal | 13 | 30 | 27 | 66 | 0 | 4 | 133 | 257 | 45 | 7 |
| Binary | 1011 | 11000 | 10111 | 110110 | 0 | 100 | 1011011 | 10101111 | 100101 | 111 |
Color Harmonies of #0B1817
Complementary color
Monochromatic Colors of #0B1817
Black with #0B1817
Text Example
Text Example
White with #0B1817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1817; }
p { color: rgb(11,24,23); }
H1.HeaderClassName
{
color: #0B1817;
}
.AnyTagClassName
{
color: #0B1817;
}
</style>
background-color css
<style>
a { background-color: #0B1817; }
a { background-color: rgb(11,24,23); }
div.DivClassName
{
background-color: #0B1817;
}
.BgClassName
{
background-color: #0B1817;
}
</style>
border-color css
<style>
span { border-color: #0B1817; }
span { border-color: rgb(11,24,23); }
td.TdClassName
{
border-color: #0B1817;
}
.TagClassName
{
border-color: #0B1817;
}
</style>