Shades of Dark Green #0B2721
Tints of Dark Green #0B2721
RGB
CMYK
RGB Variations
Color information
#0B2721 (or 0x0B2721) is known color: Dark Green. HEX triplet: 0B, 27 and 21. RGB value is (11,39,33). Sum of RGB (Red+Green+Blue) = 11+39+33=83 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.25% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #0B2721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2721 is #F4D8DE. Grayscale: #1D1D1D. Windows color (decimal): -16046303 or 2172683. OLE color: 2172683.
HSL color Cylindrical-coordinate representation of color #0B2721: hue angle of 167.14º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B2721 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 39 | 33 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.85 |
| HSL | 167.14º | 0.56% | 0.1% | - |
| HSV(B) | 167.14º | 0.72% | 0.15% | - |
| XYZ | 1.14 | 1.63 | 1.69 | - |
| YUV | 29.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 39 | 33 | 0.72 | 0 | 0.15 | 0.85 | 167.14 | 0.56 | 0.1 |
| Hex | B | 27 | 21 | 48 | 0 | F | 55 | A7 | 38 | A |
| Octal | 13 | 47 | 41 | 110 | 0 | 17 | 125 | 247 | 70 | 12 |
| Binary | 1011 | 100111 | 100001 | 1001000 | 0 | 1111 | 1010101 | 10100111 | 111000 | 1010 |
Color Harmonies of #0B2721
Complementary color
Monochromatic Colors of #0B2721
Black with #0B2721
Text Example
Text Example
White with #0B2721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2721; }
p { color: rgb(11,39,33); }
H1.HeaderClassName
{
color: #0B2721;
}
.AnyTagClassName
{
color: #0B2721;
}
</style>
background-color css
<style>
a { background-color: #0B2721; }
a { background-color: rgb(11,39,33); }
div.DivClassName
{
background-color: #0B2721;
}
.BgClassName
{
background-color: #0B2721;
}
</style>
border-color css
<style>
span { border-color: #0B2721; }
span { border-color: rgb(11,39,33); }
td.TdClassName
{
border-color: #0B2721;
}
.TagClassName
{
border-color: #0B2721;
}
</style>