Shades of Dark Green #0B251A
Tints of Dark Green #0B251A
RGB
CMYK
RGB Variations
Color information
#0B251A (or 0x0B251A) is known color: Dark Green. HEX triplet: 0B, 25 and 1A. RGB value is (11,37,26). Sum of RGB (Red+Green+Blue) = 11+37+26=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #0B251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B251A is #F4DAE5. Grayscale: #1B1B1B. Windows color (decimal): -16046822 or 1713419. OLE color: 1713419.
HSL color Cylindrical-coordinate representation of color #0B251A: hue angle of 154.62º 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 #0B251A is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 37 | 26 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.85 |
| HSL | 154.62º | 0.54% | 0.09% | - |
| HSV(B) | 154.62º | 0.7% | 0.15% | - |
| XYZ | 0.99 | 1.47 | 1.21 | - |
| YUV | 27.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 26 | 0.70 | 0 | 0.30 | 0.85 | 154.62 | 0.54 | 0.09 |
| Hex | B | 25 | 1A | 46 | 0 | 1E | 55 | 9B | 36 | 9 |
| Octal | 13 | 45 | 32 | 106 | 0 | 36 | 125 | 233 | 66 | 11 |
| Binary | 1011 | 100101 | 11010 | 1000110 | 0 | 11110 | 1010101 | 10011011 | 110110 | 1001 |
Color Harmonies of #0B251A
Complementary color
Monochromatic Colors of #0B251A
Black with #0B251A
Text Example
Text Example
White with #0B251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B251A; }
p { color: rgb(11,37,26); }
H1.HeaderClassName
{
color: #0B251A;
}
.AnyTagClassName
{
color: #0B251A;
}
</style>
background-color css
<style>
a { background-color: #0B251A; }
a { background-color: rgb(11,37,26); }
div.DivClassName
{
background-color: #0B251A;
}
.BgClassName
{
background-color: #0B251A;
}
</style>
border-color css
<style>
span { border-color: #0B251A; }
span { border-color: rgb(11,37,26); }
td.TdClassName
{
border-color: #0B251A;
}
.TagClassName
{
border-color: #0B251A;
}
</style>