Shades of Dark Green #0B281F
Tints of Dark Green #0B281F
RGB
CMYK
RGB Variations
Color information
#0B281F (or 0x0B281F) is known color: Dark Green. HEX triplet: 0B, 28 and 1F. RGB value is (11,40,31). Sum of RGB (Red+Green+Blue) = 11+40+31=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #0B281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B281F is #F4D7E0. Grayscale: #1E1E1E. Windows color (decimal): -16046049 or 2041867. OLE color: 2041867.
HSL color Cylindrical-coordinate representation of color #0B281F: hue angle of 161.38º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B281F is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 40 | 31 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.84 |
| HSL | 161.38º | 0.57% | 0.1% | - |
| HSV(B) | 161.38º | 0.73% | 0.16% | - |
| XYZ | 1.14 | 1.69 | 1.56 | - |
| YUV | 30.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 31 | 0.72 | 0 | 0.22 | 0.84 | 161.38 | 0.57 | 0.1 |
| Hex | B | 28 | 1F | 48 | 0 | 16 | 54 | A1 | 39 | A |
| Octal | 13 | 50 | 37 | 110 | 0 | 26 | 124 | 241 | 71 | 12 |
| Binary | 1011 | 101000 | 11111 | 1001000 | 0 | 10110 | 1010100 | 10100001 | 111001 | 1010 |
Color Harmonies of #0B281F
Complementary color
Monochromatic Colors of #0B281F
Black with #0B281F
Text Example
Text Example
White with #0B281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B281F; }
p { color: rgb(11,40,31); }
H1.HeaderClassName
{
color: #0B281F;
}
.AnyTagClassName
{
color: #0B281F;
}
</style>
background-color css
<style>
a { background-color: #0B281F; }
a { background-color: rgb(11,40,31); }
div.DivClassName
{
background-color: #0B281F;
}
.BgClassName
{
background-color: #0B281F;
}
</style>
border-color css
<style>
span { border-color: #0B281F; }
span { border-color: rgb(11,40,31); }
td.TdClassName
{
border-color: #0B281F;
}
.TagClassName
{
border-color: #0B281F;
}
</style>