Shades of Dark Green #06201E
Tints of Dark Green #06201E
RGB
CMYK
RGB Variations
Color information
#06201E (or 0x06201E) is known color: Dark Green. HEX triplet: 06, 20 and 1E. RGB value is (6,32,30). Sum of RGB (Red+Green+Blue) = 6+32+30=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 32 - color contains mainly: green. Hex color #06201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06201E is #F9DFE1. Grayscale: #171717. Windows color (decimal): -16375778 or 1974278. OLE color: 1974278.
HSL color Cylindrical-coordinate representation of color #06201E: hue angle of 175.38º 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 #06201E is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 32 | 30 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.87 |
| HSL | 175.38º | 0.68% | 0.07% | - |
| HSV(B) | 175.38º | 0.81% | 0.13% | - |
| XYZ | 0.83 | 1.17 | 1.41 | - |
| YUV | 24 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 30 | 0.81 | 0 | 0.06 | 0.87 | 175.38 | 0.68 | 0.07 |
| Hex | 6 | 20 | 1E | 51 | 0 | 6 | 57 | AF | 44 | 7 |
| Octal | 6 | 40 | 36 | 121 | 0 | 6 | 127 | 257 | 104 | 7 |
| Binary | 110 | 100000 | 11110 | 1010001 | 0 | 110 | 1010111 | 10101111 | 1000100 | 111 |
Color Harmonies of #06201E
Complementary color
Monochromatic Colors of #06201E
Black with #06201E
Text Example
Text Example
White with #06201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06201E; }
p { color: rgb(6,32,30); }
H1.HeaderClassName
{
color: #06201E;
}
.AnyTagClassName
{
color: #06201E;
}
</style>
background-color css
<style>
a { background-color: #06201E; }
a { background-color: rgb(6,32,30); }
div.DivClassName
{
background-color: #06201E;
}
.BgClassName
{
background-color: #06201E;
}
</style>
border-color css
<style>
span { border-color: #06201E; }
span { border-color: rgb(6,32,30); }
td.TdClassName
{
border-color: #06201E;
}
.TagClassName
{
border-color: #06201E;
}
</style>