Shades of Dark Green #062A29
Tints of Dark Green #062A29
RGB
CMYK
RGB Variations
Color information
#062A29 (or 0x062A29) is known color: Dark Green. HEX triplet: 06, 2A and 29. RGB value is (6,42,41). Sum of RGB (Red+Green+Blue) = 6+42+41=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 42 (16.80% from 255 or 47.19% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 42 - color contains mainly: green. Hex color #062A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A29 is #F9D5D6. Grayscale: #1F1F1F. Windows color (decimal): -16373207 or 2697734. OLE color: 2697734.
HSL color Cylindrical-coordinate representation of color #062A29: hue angle of 178.33º 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 #062A29 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 42 | 41 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.84 |
| HSL | 178.33º | 0.75% | 0.09% | - |
| HSV(B) | 178.33º | 0.86% | 0.16% | - |
| XYZ | 1.3 | 1.85 | 2.39 | - |
| YUV | 31.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 41 | 0.86 | 0 | 0.02 | 0.84 | 178.33 | 0.75 | 0.09 |
| Hex | 6 | 2A | 29 | 56 | 0 | 2 | 54 | B2 | 4B | 9 |
| Octal | 6 | 52 | 51 | 126 | 0 | 2 | 124 | 262 | 113 | 11 |
| Binary | 110 | 101010 | 101001 | 1010110 | 0 | 10 | 1010100 | 10110010 | 1001011 | 1001 |
Color Harmonies of #062A29
Complementary color
Monochromatic Colors of #062A29
Black with #062A29
Text Example
Text Example
White with #062A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A29; }
p { color: rgb(6,42,41); }
H1.HeaderClassName
{
color: #062A29;
}
.AnyTagClassName
{
color: #062A29;
}
</style>
background-color css
<style>
a { background-color: #062A29; }
a { background-color: rgb(6,42,41); }
div.DivClassName
{
background-color: #062A29;
}
.BgClassName
{
background-color: #062A29;
}
</style>
border-color css
<style>
span { border-color: #062A29; }
span { border-color: rgb(6,42,41); }
td.TdClassName
{
border-color: #062A29;
}
.TagClassName
{
border-color: #062A29;
}
</style>