Shades of Dark Green #0B281E
Tints of Dark Green #0B281E
RGB
CMYK
RGB Variations
Color information
#0B281E (or 0x0B281E) is known color: Dark Green. HEX triplet: 0B, 28 and 1E. RGB value is (11,40,30). Sum of RGB (Red+Green+Blue) = 11+40+30=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #0B281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B281E is #F4D7E1. Grayscale: #1E1E1E. Windows color (decimal): -16046050 or 1976331. OLE color: 1976331.
HSL color Cylindrical-coordinate representation of color #0B281E: hue angle of 159.31º 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 #0B281E is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 40 | 30 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.84 |
| HSL | 159.31º | 0.57% | 0.1% | - |
| HSV(B) | 159.31º | 0.73% | 0.16% | - |
| XYZ | 1.13 | 1.68 | 1.49 | - |
| YUV | 30.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 30 | 0.72 | 0 | 0.25 | 0.84 | 159.31 | 0.57 | 0.1 |
| Hex | B | 28 | 1E | 48 | 0 | 19 | 54 | 9F | 39 | A |
| Octal | 13 | 50 | 36 | 110 | 0 | 31 | 124 | 237 | 71 | 12 |
| Binary | 1011 | 101000 | 11110 | 1001000 | 0 | 11001 | 1010100 | 10011111 | 111001 | 1010 |
Color Harmonies of #0B281E
Complementary color
Monochromatic Colors of #0B281E
Black with #0B281E
Text Example
Text Example
White with #0B281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B281E; }
p { color: rgb(11,40,30); }
H1.HeaderClassName
{
color: #0B281E;
}
.AnyTagClassName
{
color: #0B281E;
}
</style>
background-color css
<style>
a { background-color: #0B281E; }
a { background-color: rgb(11,40,30); }
div.DivClassName
{
background-color: #0B281E;
}
.BgClassName
{
background-color: #0B281E;
}
</style>
border-color css
<style>
span { border-color: #0B281E; }
span { border-color: rgb(11,40,30); }
td.TdClassName
{
border-color: #0B281E;
}
.TagClassName
{
border-color: #0B281E;
}
</style>