Shades of Dark Green #0B2617
Tints of Dark Green #0B2617
RGB
CMYK
RGB Variations
Color information
#0B2617 (or 0x0B2617) is known color: Dark Green. HEX triplet: 0B, 26 and 17. RGB value is (11,38,23). Sum of RGB (Red+Green+Blue) = 11+38+23=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #0B2617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2617 is #F4D9E8. Grayscale: #1C1C1C. Windows color (decimal): -16046569 or 1517067. OLE color: 1517067.
HSL color Cylindrical-coordinate representation of color #0B2617: hue angle of 146.67º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B2617 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 38 | 23 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.85 |
| HSL | 146.67º | 0.55% | 0.1% | - |
| HSV(B) | 146.67º | 0.71% | 0.15% | - |
| XYZ | 0.99 | 1.52 | 1.05 | - |
| YUV | 28.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 23 | 0.71 | 0 | 0.39 | 0.85 | 146.67 | 0.55 | 0.1 |
| Hex | B | 26 | 17 | 47 | 0 | 27 | 55 | 93 | 37 | A |
| Octal | 13 | 46 | 27 | 107 | 0 | 47 | 125 | 223 | 67 | 12 |
| Binary | 1011 | 100110 | 10111 | 1000111 | 0 | 100111 | 1010101 | 10010011 | 110111 | 1010 |
Color Harmonies of #0B2617
Complementary color
Monochromatic Colors of #0B2617
Black with #0B2617
Text Example
Text Example
White with #0B2617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2617; }
p { color: rgb(11,38,23); }
H1.HeaderClassName
{
color: #0B2617;
}
.AnyTagClassName
{
color: #0B2617;
}
</style>
background-color css
<style>
a { background-color: #0B2617; }
a { background-color: rgb(11,38,23); }
div.DivClassName
{
background-color: #0B2617;
}
.BgClassName
{
background-color: #0B2617;
}
</style>
border-color css
<style>
span { border-color: #0B2617; }
span { border-color: rgb(11,38,23); }
td.TdClassName
{
border-color: #0B2617;
}
.TagClassName
{
border-color: #0B2617;
}
</style>