Shades of Dark Green #06201C
Tints of Dark Green #06201C
RGB
CMYK
RGB Variations
Color information
#06201C (or 0x06201C) is known color: Dark Green. HEX triplet: 06, 20 and 1C. RGB value is (6,32,28). Sum of RGB (Red+Green+Blue) = 6+32+28=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #06201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06201C is #F9DFE3. Grayscale: #171717. Windows color (decimal): -16375780 or 1843206. OLE color: 1843206.
HSL color Cylindrical-coordinate representation of color #06201C: hue angle of 170.77º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #06201C is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 32 | 28 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.87 |
| HSL | 170.77º | 0.68% | 0.07% | - |
| HSV(B) | 170.77º | 0.81% | 0.13% | - |
| XYZ | 0.8 | 1.16 | 1.28 | - |
| YUV | 23.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 28 | 0.81 | 0 | 0.12 | 0.87 | 170.77 | 0.68 | 0.07 |
| Hex | 6 | 20 | 1C | 51 | 0 | C | 57 | AB | 44 | 7 |
| Octal | 6 | 40 | 34 | 121 | 0 | 14 | 127 | 253 | 104 | 7 |
| Binary | 110 | 100000 | 11100 | 1010001 | 0 | 1100 | 1010111 | 10101011 | 1000100 | 111 |
Color Harmonies of #06201C
Complementary color
Monochromatic Colors of #06201C
Black with #06201C
Text Example
Text Example
White with #06201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06201C; }
p { color: rgb(6,32,28); }
H1.HeaderClassName
{
color: #06201C;
}
.AnyTagClassName
{
color: #06201C;
}
</style>
background-color css
<style>
a { background-color: #06201C; }
a { background-color: rgb(6,32,28); }
div.DivClassName
{
background-color: #06201C;
}
.BgClassName
{
background-color: #06201C;
}
</style>
border-color css
<style>
span { border-color: #06201C; }
span { border-color: rgb(6,32,28); }
td.TdClassName
{
border-color: #06201C;
}
.TagClassName
{
border-color: #06201C;
}
</style>