Shades of Dark Green #062C1E
Tints of Dark Green #062C1E
RGB
CMYK
RGB Variations
Color information
#062C1E (or 0x062C1E) is known color: Dark Green. HEX triplet: 06, 2C and 1E. RGB value is (6,44,30). Sum of RGB (Red+Green+Blue) = 6+44+30=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #062C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C1E is #F9D3E1. Grayscale: #1F1F1F. Windows color (decimal): -16372706 or 1977350. OLE color: 1977350.
HSL color Cylindrical-coordinate representation of color #062C1E: hue angle of 157.89º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062C1E is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 44 | 30 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.83 |
| HSL | 157.89º | 0.76% | 0.1% | - |
| HSV(B) | 157.89º | 0.86% | 0.17% | - |
| XYZ | 1.21 | 1.93 | 1.54 | - |
| YUV | 31.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 30 | 0.86 | 0 | 0.32 | 0.83 | 157.89 | 0.76 | 0.1 |
| Hex | 6 | 2C | 1E | 56 | 0 | 20 | 53 | 9E | 4C | A |
| Octal | 6 | 54 | 36 | 126 | 0 | 40 | 123 | 236 | 114 | 12 |
| Binary | 110 | 101100 | 11110 | 1010110 | 0 | 100000 | 1010011 | 10011110 | 1001100 | 1010 |
Color Harmonies of #062C1E
Complementary color
Monochromatic Colors of #062C1E
Black with #062C1E
Text Example
Text Example
White with #062C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062C1E; }
p { color: rgb(6,44,30); }
H1.HeaderClassName
{
color: #062C1E;
}
.AnyTagClassName
{
color: #062C1E;
}
</style>
background-color css
<style>
a { background-color: #062C1E; }
a { background-color: rgb(6,44,30); }
div.DivClassName
{
background-color: #062C1E;
}
.BgClassName
{
background-color: #062C1E;
}
</style>
border-color css
<style>
span { border-color: #062C1E; }
span { border-color: rgb(6,44,30); }
td.TdClassName
{
border-color: #062C1E;
}
.TagClassName
{
border-color: #062C1E;
}
</style>