Shades of Dark Green #0B211C
Tints of Dark Green #0B211C
RGB
CMYK
RGB Variations
Color information
#0B211C (or 0x0B211C) is known color: Dark Green. HEX triplet: 0B, 21 and 1C. RGB value is (11,33,28). Sum of RGB (Red+Green+Blue) = 11+33+28=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #0B211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B211C is #F4DEE3. Grayscale: #191919. Windows color (decimal): -16047844 or 1843467. OLE color: 1843467.
HSL color Cylindrical-coordinate representation of color #0B211C: hue angle of 166.36º 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 #0B211C is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 33 | 28 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.87 |
| HSL | 166.36º | 0.5% | 0.09% | - |
| HSV(B) | 166.36º | 0.67% | 0.13% | - |
| XYZ | 0.89 | 1.24 | 1.29 | - |
| YUV | 25.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 28 | 0.67 | 0 | 0.15 | 0.87 | 166.36 | 0.5 | 0.09 |
| Hex | B | 21 | 1C | 43 | 0 | F | 57 | A6 | 32 | 9 |
| Octal | 13 | 41 | 34 | 103 | 0 | 17 | 127 | 246 | 62 | 11 |
| Binary | 1011 | 100001 | 11100 | 1000011 | 0 | 1111 | 1010111 | 10100110 | 110010 | 1001 |
Color Harmonies of #0B211C
Complementary color
Monochromatic Colors of #0B211C
Black with #0B211C
Text Example
Text Example
White with #0B211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B211C; }
p { color: rgb(11,33,28); }
H1.HeaderClassName
{
color: #0B211C;
}
.AnyTagClassName
{
color: #0B211C;
}
</style>
background-color css
<style>
a { background-color: #0B211C; }
a { background-color: rgb(11,33,28); }
div.DivClassName
{
background-color: #0B211C;
}
.BgClassName
{
background-color: #0B211C;
}
</style>
border-color css
<style>
span { border-color: #0B211C; }
span { border-color: rgb(11,33,28); }
td.TdClassName
{
border-color: #0B211C;
}
.TagClassName
{
border-color: #0B211C;
}
</style>