Shades of Dark Green #062A15
Tints of Dark Green #062A15
RGB
CMYK
RGB Variations
Color information
#062A15 (or 0x062A15) is known color: Dark Green. HEX triplet: 06, 2A and 15. RGB value is (6,42,21). Sum of RGB (Red+Green+Blue) = 6+42+21=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 42 (16.80% from 255 or 60.87% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 42 - color contains mainly: green. Hex color #062A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062A15 is #F9D5EA. Grayscale: #1C1C1C. Windows color (decimal): -16373227 or 1387014. OLE color: 1387014.
HSL color Cylindrical-coordinate representation of color #062A15: hue angle of 145º 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 #062A15 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 42 | 21 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.84 |
| HSL | 145º | 0.75% | 0.09% | - |
| HSV(B) | 145º | 0.86% | 0.16% | - |
| XYZ | 1.04 | 1.75 | 0.99 | - |
| YUV | 28.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 21 | 0.86 | 0 | 0.50 | 0.84 | 145 | 0.75 | 0.09 |
| Hex | 6 | 2A | 15 | 56 | 0 | 32 | 54 | 91 | 4B | 9 |
| Octal | 6 | 52 | 25 | 126 | 0 | 62 | 124 | 221 | 113 | 11 |
| Binary | 110 | 101010 | 10101 | 1010110 | 0 | 110010 | 1010100 | 10010001 | 1001011 | 1001 |
Color Harmonies of #062A15
Complementary color
Monochromatic Colors of #062A15
Black with #062A15
Text Example
Text Example
White with #062A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A15; }
p { color: rgb(6,42,21); }
H1.HeaderClassName
{
color: #062A15;
}
.AnyTagClassName
{
color: #062A15;
}
</style>
background-color css
<style>
a { background-color: #062A15; }
a { background-color: rgb(6,42,21); }
div.DivClassName
{
background-color: #062A15;
}
.BgClassName
{
background-color: #062A15;
}
</style>
border-color css
<style>
span { border-color: #062A15; }
span { border-color: rgb(6,42,21); }
td.TdClassName
{
border-color: #062A15;
}
.TagClassName
{
border-color: #062A15;
}
</style>