Shades of Dark Green #06221F
Tints of Dark Green #06221F
RGB
CMYK
RGB Variations
Color information
#06221F (or 0x06221F) is known color: Dark Green. HEX triplet: 06, 22 and 1F. RGB value is (6,34,31). Sum of RGB (Red+Green+Blue) = 6+34+31=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 34 (13.67% from 255 or 47.89% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 34 - color contains mainly: green. Hex color #06221F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06221F is #F9DDE0. Grayscale: #191919. Windows color (decimal): -16375265 or 2040326. OLE color: 2040326.
HSL color Cylindrical-coordinate representation of color #06221F: hue angle of 173.57º degrees, saturation: 0.7, 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 #06221F is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 34 | 31 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.87 |
| HSL | 173.57º | 0.7% | 0.08% | - |
| HSV(B) | 173.57º | 0.82% | 0.13% | - |
| XYZ | 0.89 | 1.28 | 1.5 | - |
| YUV | 25.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 31 | 0.82 | 0 | 0.09 | 0.87 | 173.57 | 0.7 | 0.08 |
| Hex | 6 | 22 | 1F | 52 | 0 | 9 | 57 | AE | 46 | 8 |
| Octal | 6 | 42 | 37 | 122 | 0 | 11 | 127 | 256 | 106 | 10 |
| Binary | 110 | 100010 | 11111 | 1010010 | 0 | 1001 | 1010111 | 10101110 | 1000110 | 1000 |
Color Harmonies of #06221F
Complementary color
Monochromatic Colors of #06221F
Black with #06221F
Text Example
Text Example
White with #06221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06221F; }
p { color: rgb(6,34,31); }
H1.HeaderClassName
{
color: #06221F;
}
.AnyTagClassName
{
color: #06221F;
}
</style>
background-color css
<style>
a { background-color: #06221F; }
a { background-color: rgb(6,34,31); }
div.DivClassName
{
background-color: #06221F;
}
.BgClassName
{
background-color: #06221F;
}
</style>
border-color css
<style>
span { border-color: #06221F; }
span { border-color: rgb(6,34,31); }
td.TdClassName
{
border-color: #06221F;
}
.TagClassName
{
border-color: #06221F;
}
</style>