Shades of Dark Green #0B281C
Tints of Dark Green #0B281C
RGB
CMYK
RGB Variations
Color information
#0B281C (or 0x0B281C) is known color: Dark Green. HEX triplet: 0B, 28 and 1C. RGB value is (11,40,28). Sum of RGB (Red+Green+Blue) = 11+40+28=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #0B281C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B281C is #F4D7E3. Grayscale: #1D1D1D. Windows color (decimal): -16046052 or 1845259. OLE color: 1845259.
HSL color Cylindrical-coordinate representation of color #0B281C: hue angle of 155.17º 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 #0B281C is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 40 | 28 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.84 |
| HSL | 155.17º | 0.57% | 0.1% | - |
| HSV(B) | 155.17º | 0.73% | 0.16% | - |
| XYZ | 1.11 | 1.67 | 1.36 | - |
| YUV | 29.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 28 | 0.72 | 0 | 0.30 | 0.84 | 155.17 | 0.57 | 0.1 |
| Hex | B | 28 | 1C | 48 | 0 | 1E | 54 | 9B | 39 | A |
| Octal | 13 | 50 | 34 | 110 | 0 | 36 | 124 | 233 | 71 | 12 |
| Binary | 1011 | 101000 | 11100 | 1001000 | 0 | 11110 | 1010100 | 10011011 | 111001 | 1010 |
Color Harmonies of #0B281C
Complementary color
Monochromatic Colors of #0B281C
Black with #0B281C
Text Example
Text Example
White with #0B281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B281C; }
p { color: rgb(11,40,28); }
H1.HeaderClassName
{
color: #0B281C;
}
.AnyTagClassName
{
color: #0B281C;
}
</style>
background-color css
<style>
a { background-color: #0B281C; }
a { background-color: rgb(11,40,28); }
div.DivClassName
{
background-color: #0B281C;
}
.BgClassName
{
background-color: #0B281C;
}
</style>
border-color css
<style>
span { border-color: #0B281C; }
span { border-color: rgb(11,40,28); }
td.TdClassName
{
border-color: #0B281C;
}
.TagClassName
{
border-color: #0B281C;
}
</style>