Shades of Dark Green #0B261E
Tints of Dark Green #0B261E
RGB
CMYK
RGB Variations
Color information
#0B261E (or 0x0B261E) is known color: Dark Green. HEX triplet: 0B, 26 and 1E. RGB value is (11,38,30). Sum of RGB (Red+Green+Blue) = 11+38+30=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #0B261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B261E is #F4D9E1. Grayscale: #1D1D1D. Windows color (decimal): -16046562 or 1975819. OLE color: 1975819.
HSL color Cylindrical-coordinate representation of color #0B261E: hue angle of 162.22º 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 #0B261E is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 38 | 30 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.85 |
| HSL | 162.22º | 0.55% | 0.1% | - |
| HSV(B) | 162.22º | 0.71% | 0.15% | - |
| XYZ | 1.07 | 1.55 | 1.47 | - |
| YUV | 29.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 30 | 0.71 | 0 | 0.21 | 0.85 | 162.22 | 0.55 | 0.1 |
| Hex | B | 26 | 1E | 47 | 0 | 15 | 55 | A2 | 37 | A |
| Octal | 13 | 46 | 36 | 107 | 0 | 25 | 125 | 242 | 67 | 12 |
| Binary | 1011 | 100110 | 11110 | 1000111 | 0 | 10101 | 1010101 | 10100010 | 110111 | 1010 |
Color Harmonies of #0B261E
Complementary color
Monochromatic Colors of #0B261E
Black with #0B261E
Text Example
Text Example
White with #0B261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B261E; }
p { color: rgb(11,38,30); }
H1.HeaderClassName
{
color: #0B261E;
}
.AnyTagClassName
{
color: #0B261E;
}
</style>
background-color css
<style>
a { background-color: #0B261E; }
a { background-color: rgb(11,38,30); }
div.DivClassName
{
background-color: #0B261E;
}
.BgClassName
{
background-color: #0B261E;
}
</style>
border-color css
<style>
span { border-color: #0B261E; }
span { border-color: rgb(11,38,30); }
td.TdClassName
{
border-color: #0B261E;
}
.TagClassName
{
border-color: #0B261E;
}
</style>