Shades of Dark Green #0B201D
Tints of Dark Green #0B201D
RGB
CMYK
RGB Variations
Color information
#0B201D (or 0x0B201D) is known color: Dark Green. HEX triplet: 0B, 20 and 1D. RGB value is (11,32,29). Sum of RGB (Red+Green+Blue) = 11+32+29=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #0B201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B201D is #F4DFE2. Grayscale: #191919. Windows color (decimal): -16048099 or 1908747. OLE color: 1908747.
HSL color Cylindrical-coordinate representation of color #0B201D: hue angle of 171.43º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0B201D is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 32 | 29 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.87 |
| HSL | 171.43º | 0.49% | 0.08% | - |
| HSV(B) | 171.43º | 0.66% | 0.13% | - |
| XYZ | 0.88 | 1.19 | 1.35 | - |
| YUV | 25.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 29 | 0.66 | 0 | 0.09 | 0.87 | 171.43 | 0.49 | 0.08 |
| Hex | B | 20 | 1D | 42 | 0 | 9 | 57 | AB | 31 | 8 |
| Octal | 13 | 40 | 35 | 102 | 0 | 11 | 127 | 253 | 61 | 10 |
| Binary | 1011 | 100000 | 11101 | 1000010 | 0 | 1001 | 1010111 | 10101011 | 110001 | 1000 |
Color Harmonies of #0B201D
Complementary color
Monochromatic Colors of #0B201D
Black with #0B201D
Text Example
Text Example
White with #0B201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B201D; }
p { color: rgb(11,32,29); }
H1.HeaderClassName
{
color: #0B201D;
}
.AnyTagClassName
{
color: #0B201D;
}
</style>
background-color css
<style>
a { background-color: #0B201D; }
a { background-color: rgb(11,32,29); }
div.DivClassName
{
background-color: #0B201D;
}
.BgClassName
{
background-color: #0B201D;
}
</style>
border-color css
<style>
span { border-color: #0B201D; }
span { border-color: rgb(11,32,29); }
td.TdClassName
{
border-color: #0B201D;
}
.TagClassName
{
border-color: #0B201D;
}
</style>