Shades of Dark Green #062A1C
Tints of Dark Green #062A1C
RGB
CMYK
RGB Variations
Color information
#062A1C (or 0x062A1C) is known color: Dark Green. HEX triplet: 06, 2A and 1C. RGB value is (6,42,28). Sum of RGB (Red+Green+Blue) = 6+42+28=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 42 (16.80% from 255 or 55.26% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 42 - color contains mainly: green. Hex color #062A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A1C is #F9D5E3. Grayscale: #1D1D1D. Windows color (decimal): -16373220 or 1845766. OLE color: 1845766.
HSL color Cylindrical-coordinate representation of color #062A1C: hue angle of 156.67º 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 #062A1C is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 42 | 28 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.84 |
| HSL | 156.67º | 0.75% | 0.09% | - |
| HSV(B) | 156.67º | 0.86% | 0.16% | - |
| XYZ | 1.11 | 1.78 | 1.38 | - |
| YUV | 29.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 28 | 0.86 | 0 | 0.33 | 0.84 | 156.67 | 0.75 | 0.09 |
| Hex | 6 | 2A | 1C | 56 | 0 | 21 | 54 | 9D | 4B | 9 |
| Octal | 6 | 52 | 34 | 126 | 0 | 41 | 124 | 235 | 113 | 11 |
| Binary | 110 | 101010 | 11100 | 1010110 | 0 | 100001 | 1010100 | 10011101 | 1001011 | 1001 |
Color Harmonies of #062A1C
Complementary color
Monochromatic Colors of #062A1C
Black with #062A1C
Text Example
Text Example
White with #062A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A1C; }
p { color: rgb(6,42,28); }
H1.HeaderClassName
{
color: #062A1C;
}
.AnyTagClassName
{
color: #062A1C;
}
</style>
background-color css
<style>
a { background-color: #062A1C; }
a { background-color: rgb(6,42,28); }
div.DivClassName
{
background-color: #062A1C;
}
.BgClassName
{
background-color: #062A1C;
}
</style>
border-color css
<style>
span { border-color: #062A1C; }
span { border-color: rgb(6,42,28); }
td.TdClassName
{
border-color: #062A1C;
}
.TagClassName
{
border-color: #062A1C;
}
</style>