Shades of Dark Green #062A1E
Tints of Dark Green #062A1E
RGB
CMYK
RGB Variations
Color information
#062A1E (or 0x062A1E) is known color: Dark Green. HEX triplet: 06, 2A and 1E. RGB value is (6,42,30). Sum of RGB (Red+Green+Blue) = 6+42+30=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 42 (16.80% from 255 or 53.85% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 42 - color contains mainly: green. Hex color #062A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A1E is #F9D5E1. Grayscale: #1D1D1D. Windows color (decimal): -16373218 or 1976838. OLE color: 1976838.
HSL color Cylindrical-coordinate representation of color #062A1E: hue angle of 160º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062A1E is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 42 | 30 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.84 |
| HSL | 160º | 0.75% | 0.09% | - |
| HSV(B) | 160º | 0.86% | 0.16% | - |
| XYZ | 1.14 | 1.79 | 1.51 | - |
| YUV | 29.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 30 | 0.86 | 0 | 0.29 | 0.84 | 160 | 0.75 | 0.09 |
| Hex | 6 | 2A | 1E | 56 | 0 | 1D | 54 | A0 | 4B | 9 |
| Octal | 6 | 52 | 36 | 126 | 0 | 35 | 124 | 240 | 113 | 11 |
| Binary | 110 | 101010 | 11110 | 1010110 | 0 | 11101 | 1010100 | 10100000 | 1001011 | 1001 |
Color Harmonies of #062A1E
Complementary color
Monochromatic Colors of #062A1E
Black with #062A1E
Text Example
Text Example
White with #062A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A1E; }
p { color: rgb(6,42,30); }
H1.HeaderClassName
{
color: #062A1E;
}
.AnyTagClassName
{
color: #062A1E;
}
</style>
background-color css
<style>
a { background-color: #062A1E; }
a { background-color: rgb(6,42,30); }
div.DivClassName
{
background-color: #062A1E;
}
.BgClassName
{
background-color: #062A1E;
}
</style>
border-color css
<style>
span { border-color: #062A1E; }
span { border-color: rgb(6,42,30); }
td.TdClassName
{
border-color: #062A1E;
}
.TagClassName
{
border-color: #062A1E;
}
</style>