Shades of Dark Green #0B251E
Tints of Dark Green #0B251E
RGB
CMYK
RGB Variations
Color information
#0B251E (or 0x0B251E) is known color: Dark Green. HEX triplet: 0B, 25 and 1E. RGB value is (11,37,30). Sum of RGB (Red+Green+Blue) = 11+37+30=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #0B251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B251E is #F4DAE1. Grayscale: #1C1C1C. Windows color (decimal): -16046818 or 1975563. OLE color: 1975563.
HSL color Cylindrical-coordinate representation of color #0B251E: hue angle of 163.85º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B251E is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 37 | 30 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.85 |
| HSL | 163.85º | 0.54% | 0.09% | - |
| HSV(B) | 163.85º | 0.7% | 0.15% | - |
| XYZ | 1.03 | 1.49 | 1.46 | - |
| YUV | 28.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 30 | 0.70 | 0 | 0.19 | 0.85 | 163.85 | 0.54 | 0.09 |
| Hex | B | 25 | 1E | 46 | 0 | 13 | 55 | A4 | 36 | 9 |
| Octal | 13 | 45 | 36 | 106 | 0 | 23 | 125 | 244 | 66 | 11 |
| Binary | 1011 | 100101 | 11110 | 1000110 | 0 | 10011 | 1010101 | 10100100 | 110110 | 1001 |
Color Harmonies of #0B251E
Complementary color
Monochromatic Colors of #0B251E
Black with #0B251E
Text Example
Text Example
White with #0B251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B251E; }
p { color: rgb(11,37,30); }
H1.HeaderClassName
{
color: #0B251E;
}
.AnyTagClassName
{
color: #0B251E;
}
</style>
background-color css
<style>
a { background-color: #0B251E; }
a { background-color: rgb(11,37,30); }
div.DivClassName
{
background-color: #0B251E;
}
.BgClassName
{
background-color: #0B251E;
}
</style>
border-color css
<style>
span { border-color: #0B251E; }
span { border-color: rgb(11,37,30); }
td.TdClassName
{
border-color: #0B251E;
}
.TagClassName
{
border-color: #0B251E;
}
</style>