Shades of Dark Green #06211E
Tints of Dark Green #06211E
RGB
CMYK
RGB Variations
Color information
#06211E (or 0x06211E) is known color: Dark Green. HEX triplet: 06, 21 and 1E. RGB value is (6,33,30). Sum of RGB (Red+Green+Blue) = 6+33+30=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #06211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06211E is #F9DEE1. Grayscale: #181818. Windows color (decimal): -16375522 or 1974534. OLE color: 1974534.
HSL color Cylindrical-coordinate representation of color #06211E: hue angle of 173.33º 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 #06211E is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 33 | 30 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.87 |
| HSL | 173.33º | 0.69% | 0.08% | - |
| HSV(B) | 173.33º | 0.82% | 0.13% | - |
| XYZ | 0.85 | 1.22 | 1.42 | - |
| YUV | 24.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 30 | 0.82 | 0 | 0.09 | 0.87 | 173.33 | 0.69 | 0.08 |
| Hex | 6 | 21 | 1E | 52 | 0 | 9 | 57 | AD | 45 | 8 |
| Octal | 6 | 41 | 36 | 122 | 0 | 11 | 127 | 255 | 105 | 10 |
| Binary | 110 | 100001 | 11110 | 1010010 | 0 | 1001 | 1010111 | 10101101 | 1000101 | 1000 |
Color Harmonies of #06211E
Complementary color
Monochromatic Colors of #06211E
Black with #06211E
Text Example
Text Example
White with #06211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06211E; }
p { color: rgb(6,33,30); }
H1.HeaderClassName
{
color: #06211E;
}
.AnyTagClassName
{
color: #06211E;
}
</style>
background-color css
<style>
a { background-color: #06211E; }
a { background-color: rgb(6,33,30); }
div.DivClassName
{
background-color: #06211E;
}
.BgClassName
{
background-color: #06211E;
}
</style>
border-color css
<style>
span { border-color: #06211E; }
span { border-color: rgb(6,33,30); }
td.TdClassName
{
border-color: #06211E;
}
.TagClassName
{
border-color: #06211E;
}
</style>