Shades of Dark Green #0B2117
Tints of Dark Green #0B2117
RGB
CMYK
RGB Variations
Color information
#0B2117 (or 0x0B2117) is known color: Dark Green. HEX triplet: 0B, 21 and 17. RGB value is (11,33,23). Sum of RGB (Red+Green+Blue) = 11+33+23=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #0B2117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2117 is #F4DEE8. Grayscale: #191919. Windows color (decimal): -16047849 or 1515787. OLE color: 1515787.
HSL color Cylindrical-coordinate representation of color #0B2117: hue angle of 152.73º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B2117 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 33 | 23 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.87 |
| HSL | 152.73º | 0.5% | 0.09% | - |
| HSV(B) | 152.73º | 0.67% | 0.13% | - |
| XYZ | 0.84 | 1.22 | 1 | - |
| YUV | 25.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 23 | 0.67 | 0 | 0.30 | 0.87 | 152.73 | 0.5 | 0.09 |
| Hex | B | 21 | 17 | 43 | 0 | 1E | 57 | 99 | 32 | 9 |
| Octal | 13 | 41 | 27 | 103 | 0 | 36 | 127 | 231 | 62 | 11 |
| Binary | 1011 | 100001 | 10111 | 1000011 | 0 | 11110 | 1010111 | 10011001 | 110010 | 1001 |
Color Harmonies of #0B2117
Complementary color
Monochromatic Colors of #0B2117
Black with #0B2117
Text Example
Text Example
White with #0B2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2117; }
p { color: rgb(11,33,23); }
H1.HeaderClassName
{
color: #0B2117;
}
.AnyTagClassName
{
color: #0B2117;
}
</style>
background-color css
<style>
a { background-color: #0B2117; }
a { background-color: rgb(11,33,23); }
div.DivClassName
{
background-color: #0B2117;
}
.BgClassName
{
background-color: #0B2117;
}
</style>
border-color css
<style>
span { border-color: #0B2117; }
span { border-color: rgb(11,33,23); }
td.TdClassName
{
border-color: #0B2117;
}
.TagClassName
{
border-color: #0B2117;
}
</style>