Shades of Dark Green #0B2618
Tints of Dark Green #0B2618
RGB
CMYK
RGB Variations
Color information
#0B2618 (or 0x0B2618) is known color: Dark Green. HEX triplet: 0B, 26 and 18. RGB value is (11,38,24). Sum of RGB (Red+Green+Blue) = 11+38+24=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #0B2618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2618 is #F4D9E7. Grayscale: #1C1C1C. Windows color (decimal): -16046568 or 1582603. OLE color: 1582603.
HSL color Cylindrical-coordinate representation of color #0B2618: hue angle of 148.89º 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 #0B2618 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 38 | 24 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.85 |
| HSL | 148.89º | 0.55% | 0.1% | - |
| HSV(B) | 148.89º | 0.71% | 0.15% | - |
| XYZ | 1 | 1.52 | 1.11 | - |
| YUV | 28.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 24 | 0.71 | 0 | 0.37 | 0.85 | 148.89 | 0.55 | 0.1 |
| Hex | B | 26 | 18 | 47 | 0 | 25 | 55 | 95 | 37 | A |
| Octal | 13 | 46 | 30 | 107 | 0 | 45 | 125 | 225 | 67 | 12 |
| Binary | 1011 | 100110 | 11000 | 1000111 | 0 | 100101 | 1010101 | 10010101 | 110111 | 1010 |
Color Harmonies of #0B2618
Complementary color
Monochromatic Colors of #0B2618
Black with #0B2618
Text Example
Text Example
White with #0B2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2618; }
p { color: rgb(11,38,24); }
H1.HeaderClassName
{
color: #0B2618;
}
.AnyTagClassName
{
color: #0B2618;
}
</style>
background-color css
<style>
a { background-color: #0B2618; }
a { background-color: rgb(11,38,24); }
div.DivClassName
{
background-color: #0B2618;
}
.BgClassName
{
background-color: #0B2618;
}
</style>
border-color css
<style>
span { border-color: #0B2618; }
span { border-color: rgb(11,38,24); }
td.TdClassName
{
border-color: #0B2618;
}
.TagClassName
{
border-color: #0B2618;
}
</style>