Shades of Dark Green #0B211D
Tints of Dark Green #0B211D
RGB
CMYK
RGB Variations
Color information
#0B211D (or 0x0B211D) is known color: Dark Green. HEX triplet: 0B, 21 and 1D. RGB value is (11,33,29). Sum of RGB (Red+Green+Blue) = 11+33+29=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 33 - color contains mainly: green. Hex color #0B211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B211D is #F4DEE2. Grayscale: #191919. Windows color (decimal): -16047843 or 1909003. OLE color: 1909003.
HSL color Cylindrical-coordinate representation of color #0B211D: hue angle of 169.09º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B211D is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 33 | 29 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.87 |
| HSL | 169.09º | 0.5% | 0.09% | - |
| HSV(B) | 169.09º | 0.67% | 0.13% | - |
| XYZ | 0.9 | 1.25 | 1.36 | - |
| YUV | 25.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 29 | 0.67 | 0 | 0.12 | 0.87 | 169.09 | 0.5 | 0.09 |
| Hex | B | 21 | 1D | 43 | 0 | C | 57 | A9 | 32 | 9 |
| Octal | 13 | 41 | 35 | 103 | 0 | 14 | 127 | 251 | 62 | 11 |
| Binary | 1011 | 100001 | 11101 | 1000011 | 0 | 1100 | 1010111 | 10101001 | 110010 | 1001 |
Color Harmonies of #0B211D
Complementary color
Monochromatic Colors of #0B211D
Black with #0B211D
Text Example
Text Example
White with #0B211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B211D; }
p { color: rgb(11,33,29); }
H1.HeaderClassName
{
color: #0B211D;
}
.AnyTagClassName
{
color: #0B211D;
}
</style>
background-color css
<style>
a { background-color: #0B211D; }
a { background-color: rgb(11,33,29); }
div.DivClassName
{
background-color: #0B211D;
}
.BgClassName
{
background-color: #0B211D;
}
</style>
border-color css
<style>
span { border-color: #0B211D; }
span { border-color: rgb(11,33,29); }
td.TdClassName
{
border-color: #0B211D;
}
.TagClassName
{
border-color: #0B211D;
}
</style>