Shades of Dark Green #062A13
Tints of Dark Green #062A13
RGB
CMYK
RGB Variations
Color information
#062A13 (or 0x062A13) is known color: Dark Green. HEX triplet: 06, 2A and 13. RGB value is (6,42,19). Sum of RGB (Red+Green+Blue) = 6+42+19=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 42 (16.80% from 255 or 62.69% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 42 - color contains mainly: green. Hex color #062A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062A13 is #F9D5EC. Grayscale: #1C1C1C. Windows color (decimal): -16373229 or 1255942. OLE color: 1255942.
HSL color Cylindrical-coordinate representation of color #062A13: hue angle of 141.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 #062A13 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 42 | 19 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.84 |
| HSL | 141.67º | 0.75% | 0.09% | - |
| HSV(B) | 141.67º | 0.86% | 0.16% | - |
| XYZ | 1.02 | 1.74 | 0.9 | - |
| YUV | 28.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 19 | 0.86 | 0 | 0.55 | 0.84 | 141.67 | 0.75 | 0.09 |
| Hex | 6 | 2A | 13 | 56 | 0 | 37 | 54 | 8E | 4B | 9 |
| Octal | 6 | 52 | 23 | 126 | 0 | 67 | 124 | 216 | 113 | 11 |
| Binary | 110 | 101010 | 10011 | 1010110 | 0 | 110111 | 1010100 | 10001110 | 1001011 | 1001 |
Color Harmonies of #062A13
Complementary color
Monochromatic Colors of #062A13
Black with #062A13
Text Example
Text Example
White with #062A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A13; }
p { color: rgb(6,42,19); }
H1.HeaderClassName
{
color: #062A13;
}
.AnyTagClassName
{
color: #062A13;
}
</style>
background-color css
<style>
a { background-color: #062A13; }
a { background-color: rgb(6,42,19); }
div.DivClassName
{
background-color: #062A13;
}
.BgClassName
{
background-color: #062A13;
}
</style>
border-color css
<style>
span { border-color: #062A13; }
span { border-color: rgb(6,42,19); }
td.TdClassName
{
border-color: #062A13;
}
.TagClassName
{
border-color: #062A13;
}
</style>