Shades of Dark Green #06211D
Tints of Dark Green #06211D
RGB
CMYK
RGB Variations
Color information
#06211D (or 0x06211D) is known color: Dark Green. HEX triplet: 06, 21 and 1D. RGB value is (6,33,29). Sum of RGB (Red+Green+Blue) = 6+33+29=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #06211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06211D is #F9DEE2. Grayscale: #181818. Windows color (decimal): -16375523 or 1908998. OLE color: 1908998.
HSL color Cylindrical-coordinate representation of color #06211D: hue angle of 171.11º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #06211D is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 33 | 29 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.87 |
| HSL | 171.11º | 0.69% | 0.08% | - |
| HSV(B) | 171.11º | 0.82% | 0.13% | - |
| XYZ | 0.84 | 1.22 | 1.35 | - |
| YUV | 24.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 29 | 0.82 | 0 | 0.12 | 0.87 | 171.11 | 0.69 | 0.08 |
| Hex | 6 | 21 | 1D | 52 | 0 | C | 57 | AB | 45 | 8 |
| Octal | 6 | 41 | 35 | 122 | 0 | 14 | 127 | 253 | 105 | 10 |
| Binary | 110 | 100001 | 11101 | 1010010 | 0 | 1100 | 1010111 | 10101011 | 1000101 | 1000 |
Color Harmonies of #06211D
Complementary color
Monochromatic Colors of #06211D
Black with #06211D
Text Example
Text Example
White with #06211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06211D; }
p { color: rgb(6,33,29); }
H1.HeaderClassName
{
color: #06211D;
}
.AnyTagClassName
{
color: #06211D;
}
</style>
background-color css
<style>
a { background-color: #06211D; }
a { background-color: rgb(6,33,29); }
div.DivClassName
{
background-color: #06211D;
}
.BgClassName
{
background-color: #06211D;
}
</style>
border-color css
<style>
span { border-color: #06211D; }
span { border-color: rgb(6,33,29); }
td.TdClassName
{
border-color: #06211D;
}
.TagClassName
{
border-color: #06211D;
}
</style>