Shades of Dark Green #0B1E17
Tints of Dark Green #0B1E17
RGB
CMYK
RGB Variations
Color information
#0B1E17 (or 0x0B1E17) is known color: Dark Green. HEX triplet: 0B, 1E and 17. RGB value is (11,30,23). Sum of RGB (Red+Green+Blue) = 11+30+23=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E17 is #F4E1E8. Grayscale: #171717. Windows color (decimal): -16048617 or 1515019. OLE color: 1515019.
HSL color Cylindrical-coordinate representation of color #0B1E17: hue angle of 157.89º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B1E17 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 30 | 23 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.88 |
| HSL | 157.89º | 0.46% | 0.08% | - |
| HSV(B) | 157.89º | 0.63% | 0.12% | - |
| XYZ | 0.76 | 1.06 | 0.98 | - |
| YUV | 23.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 23 | 0.63 | 0 | 0.23 | 0.88 | 157.89 | 0.46 | 0.08 |
| Hex | B | 1E | 17 | 3F | 0 | 17 | 58 | 9E | 2E | 8 |
| Octal | 13 | 36 | 27 | 77 | 0 | 27 | 130 | 236 | 56 | 10 |
| Binary | 1011 | 11110 | 10111 | 111111 | 0 | 10111 | 1011000 | 10011110 | 101110 | 1000 |
Color Harmonies of #0B1E17
Complementary color
Monochromatic Colors of #0B1E17
Black with #0B1E17
Text Example
Text Example
White with #0B1E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1E17; }
p { color: rgb(11,30,23); }
H1.HeaderClassName
{
color: #0B1E17;
}
.AnyTagClassName
{
color: #0B1E17;
}
</style>
background-color css
<style>
a { background-color: #0B1E17; }
a { background-color: rgb(11,30,23); }
div.DivClassName
{
background-color: #0B1E17;
}
.BgClassName
{
background-color: #0B1E17;
}
</style>
border-color css
<style>
span { border-color: #0B1E17; }
span { border-color: rgb(11,30,23); }
td.TdClassName
{
border-color: #0B1E17;
}
.TagClassName
{
border-color: #0B1E17;
}
</style>