Shades of Dark Green #0B281B
Tints of Dark Green #0B281B
RGB
CMYK
RGB Variations
Color information
#0B281B (or 0x0B281B) is known color: Dark Green. HEX triplet: 0B, 28 and 1B. RGB value is (11,40,27). Sum of RGB (Red+Green+Blue) = 11+40+27=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #0B281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B281B is #F4D7E4. Grayscale: #1D1D1D. Windows color (decimal): -16046053 or 1779723. OLE color: 1779723.
HSL color Cylindrical-coordinate representation of color #0B281B: hue angle of 153.1º 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 #0B281B is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 40 | 27 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.84 |
| HSL | 153.1º | 0.57% | 0.1% | - |
| HSV(B) | 153.1º | 0.73% | 0.16% | - |
| XYZ | 1.09 | 1.67 | 1.3 | - |
| YUV | 29.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 27 | 0.72 | 0 | 0.33 | 0.84 | 153.1 | 0.57 | 0.1 |
| Hex | B | 28 | 1B | 48 | 0 | 21 | 54 | 99 | 39 | A |
| Octal | 13 | 50 | 33 | 110 | 0 | 41 | 124 | 231 | 71 | 12 |
| Binary | 1011 | 101000 | 11011 | 1001000 | 0 | 100001 | 1010100 | 10011001 | 111001 | 1010 |
Color Harmonies of #0B281B
Complementary color
Monochromatic Colors of #0B281B
Black with #0B281B
Text Example
Text Example
White with #0B281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B281B; }
p { color: rgb(11,40,27); }
H1.HeaderClassName
{
color: #0B281B;
}
.AnyTagClassName
{
color: #0B281B;
}
</style>
background-color css
<style>
a { background-color: #0B281B; }
a { background-color: rgb(11,40,27); }
div.DivClassName
{
background-color: #0B281B;
}
.BgClassName
{
background-color: #0B281B;
}
</style>
border-color css
<style>
span { border-color: #0B281B; }
span { border-color: rgb(11,40,27); }
td.TdClassName
{
border-color: #0B281B;
}
.TagClassName
{
border-color: #0B281B;
}
</style>