Shades of Dark Green #0B201F
Tints of Dark Green #0B201F
RGB
CMYK
RGB Variations
Color information
#0B201F (or 0x0B201F) is known color: Dark Green. HEX triplet: 0B, 20 and 1F. RGB value is (11,32,31). Sum of RGB (Red+Green+Blue) = 11+32+31=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #0B201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B201F is #F4DFE0. Grayscale: #191919. Windows color (decimal): -16048097 or 2039819. OLE color: 2039819.
HSL color Cylindrical-coordinate representation of color #0B201F: hue angle of 177.14º 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 #0B201F is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 32 | 31 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.87 |
| HSL | 177.14º | 0.49% | 0.08% | - |
| HSV(B) | 177.14º | 0.66% | 0.13% | - |
| XYZ | 0.9 | 1.2 | 1.48 | - |
| YUV | 25.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 31 | 0.66 | 0 | 0.03 | 0.87 | 177.14 | 0.49 | 0.08 |
| Hex | B | 20 | 1F | 42 | 0 | 3 | 57 | B1 | 31 | 8 |
| Octal | 13 | 40 | 37 | 102 | 0 | 3 | 127 | 261 | 61 | 10 |
| Binary | 1011 | 100000 | 11111 | 1000010 | 0 | 11 | 1010111 | 10110001 | 110001 | 1000 |
Color Harmonies of #0B201F
Complementary color
Monochromatic Colors of #0B201F
Black with #0B201F
Text Example
Text Example
White with #0B201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B201F; }
p { color: rgb(11,32,31); }
H1.HeaderClassName
{
color: #0B201F;
}
.AnyTagClassName
{
color: #0B201F;
}
</style>
background-color css
<style>
a { background-color: #0B201F; }
a { background-color: rgb(11,32,31); }
div.DivClassName
{
background-color: #0B201F;
}
.BgClassName
{
background-color: #0B201F;
}
</style>
border-color css
<style>
span { border-color: #0B201F; }
span { border-color: rgb(11,32,31); }
td.TdClassName
{
border-color: #0B201F;
}
.TagClassName
{
border-color: #0B201F;
}
</style>