Shades of Dark Green #0B2E1B
Tints of Dark Green #0B2E1B
RGB
CMYK
RGB Variations
Color information
#0B2E1B (or 0x0B2E1B) is known color: Dark Green. HEX triplet: 0B, 2E and 1B. RGB value is (11,46,27). Sum of RGB (Red+Green+Blue) = 11+46+27=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 46 (18.36% from 255 or 54.76% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 46 - color contains mainly: green. Hex color #0B2E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2E1B is #F4D1E4. Grayscale: #212121. Windows color (decimal): -16044517 or 1781259. OLE color: 1781259.
HSL color Cylindrical-coordinate representation of color #0B2E1B: hue angle of 147.43º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B2E1B is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 46 | 27 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.82 |
| HSL | 147.43º | 0.61% | 0.11% | - |
| HSV(B) | 147.43º | 0.76% | 0.18% | - |
| XYZ | 1.31 | 2.1 | 1.37 | - |
| YUV | 33.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 46 | 27 | 0.76 | 0 | 0.41 | 0.82 | 147.43 | 0.61 | 0.11 |
| Hex | B | 2E | 1B | 4C | 0 | 29 | 52 | 93 | 3D | B |
| Octal | 13 | 56 | 33 | 114 | 0 | 51 | 122 | 223 | 75 | 13 |
| Binary | 1011 | 101110 | 11011 | 1001100 | 0 | 101001 | 1010010 | 10010011 | 111101 | 1011 |
Color Harmonies of #0B2E1B
Complementary color
Monochromatic Colors of #0B2E1B
Black with #0B2E1B
Text Example
Text Example
White with #0B2E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2E1B; }
p { color: rgb(11,46,27); }
H1.HeaderClassName
{
color: #0B2E1B;
}
.AnyTagClassName
{
color: #0B2E1B;
}
</style>
background-color css
<style>
a { background-color: #0B2E1B; }
a { background-color: rgb(11,46,27); }
div.DivClassName
{
background-color: #0B2E1B;
}
.BgClassName
{
background-color: #0B2E1B;
}
</style>
border-color css
<style>
span { border-color: #0B2E1B; }
span { border-color: rgb(11,46,27); }
td.TdClassName
{
border-color: #0B2E1B;
}
.TagClassName
{
border-color: #0B2E1B;
}
</style>