Shades of Dark Green #06211B
Tints of Dark Green #06211B
RGB
CMYK
RGB Variations
Color information
#06211B (or 0x06211B) is known color: Dark Green. HEX triplet: 06, 21 and 1B. RGB value is (6,33,27). Sum of RGB (Red+Green+Blue) = 6+33+27=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 33 (13.28% from 255 or 50% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 33 - color contains mainly: green. Hex color #06211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06211B is #F9DEE4. Grayscale: #181818. Windows color (decimal): -16375525 or 1777926. OLE color: 1777926.
HSL color Cylindrical-coordinate representation of color #06211B: hue angle of 166.67º 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 #06211B is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 33 | 27 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.87 |
| HSL | 166.67º | 0.69% | 0.08% | - |
| HSV(B) | 166.67º | 0.82% | 0.13% | - |
| XYZ | 0.82 | 1.21 | 1.23 | - |
| YUV | 24.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 27 | 0.82 | 0 | 0.18 | 0.87 | 166.67 | 0.69 | 0.08 |
| Hex | 6 | 21 | 1B | 52 | 0 | 12 | 57 | A7 | 45 | 8 |
| Octal | 6 | 41 | 33 | 122 | 0 | 22 | 127 | 247 | 105 | 10 |
| Binary | 110 | 100001 | 11011 | 1010010 | 0 | 10010 | 1010111 | 10100111 | 1000101 | 1000 |
Color Harmonies of #06211B
Complementary color
Monochromatic Colors of #06211B
Black with #06211B
Text Example
Text Example
White with #06211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06211B; }
p { color: rgb(6,33,27); }
H1.HeaderClassName
{
color: #06211B;
}
.AnyTagClassName
{
color: #06211B;
}
</style>
background-color css
<style>
a { background-color: #06211B; }
a { background-color: rgb(6,33,27); }
div.DivClassName
{
background-color: #06211B;
}
.BgClassName
{
background-color: #06211B;
}
</style>
border-color css
<style>
span { border-color: #06211B; }
span { border-color: rgb(6,33,27); }
td.TdClassName
{
border-color: #06211B;
}
.TagClassName
{
border-color: #06211B;
}
</style>