Shades of Dark Green #06221B
Tints of Dark Green #06221B
RGB
CMYK
RGB Variations
Color information
#06221B (or 0x06221B) is known color: Dark Green. HEX triplet: 06, 22 and 1B. RGB value is (6,34,27). Sum of RGB (Red+Green+Blue) = 6+34+27=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #06221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06221B is #F9DDE4. Grayscale: #181818. Windows color (decimal): -16375269 or 1778182. OLE color: 1778182.
HSL color Cylindrical-coordinate representation of color #06221B: hue angle of 165º 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 #06221B is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
RGB | 6 | 34 | 27 | - |
CMYK | 0.82 | 0 | 0.21 | 0.87 |
HSL | 165º | 0.7% | 0.08% | - |
HSV(B) | 165º | 0.82% | 0.13% | - |
XYZ | 0.84 | 1.26 | 1.24 | - |
YUV | 24.83 | 129.22 | 114.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 34 | 27 | 0.82 | 0 | 0.21 | 0.87 | 165 | 0.7 | 0.08 |
Hex | 6 | 22 | 1B | 52 | 0 | 15 | 57 | A5 | 46 | 8 |
Octal | 6 | 42 | 33 | 122 | 0 | 25 | 127 | 245 | 106 | 10 |
Binary | 110 | 100010 | 11011 | 1010010 | 0 | 10101 | 1010111 | 10100101 | 1000110 | 1000 |
Color Harmonies of #06221B
Complementary color
Monochromatic Colors of #06221B
Black with #06221B
Text Example
Text Example
White with #06221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06221B; }
p { color: rgb(6,34,27); }
H1.HeaderClassName
{
color: #06221B;
}
.AnyTagClassName
{
color: #06221B;
}
</style>
background-color css
<style>
a { background-color: #06221B; }
a { background-color: rgb(6,34,27); }
div.DivClassName
{
background-color: #06221B;
}
.BgClassName
{
background-color: #06221B;
}
</style>
border-color css
<style>
span { border-color: #06221B; }
span { border-color: rgb(6,34,27); }
td.TdClassName
{
border-color: #06221B;
}
.TagClassName
{
border-color: #06221B;
}
</style>