Shades of Dark Green #062E16
Tints of Dark Green #062E16
RGB
CMYK
RGB Variations
Color information
#062E16 (or 0x062E16) is known color: Dark Green. HEX triplet: 06, 2E and 16. RGB value is (6,46,22). Sum of RGB (Red+Green+Blue) = 6+46+22=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 46 (18.36% from 255 or 62.16% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 46 - color contains mainly: green. Hex color #062E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062E16 is #F9D1E9. Grayscale: #1F1F1F. Windows color (decimal): -16372202 or 1453574. OLE color: 1453574.
HSL color Cylindrical-coordinate representation of color #062E16: hue angle of 144º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #062E16 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 46 | 22 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.82 |
| HSL | 144º | 0.77% | 0.1% | - |
| HSV(B) | 144º | 0.87% | 0.18% | - |
| XYZ | 1.2 | 2.05 | 1.09 | - |
| YUV | 31.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 22 | 0.87 | 0 | 0.52 | 0.82 | 144 | 0.77 | 0.1 |
| Hex | 6 | 2E | 16 | 57 | 0 | 34 | 52 | 90 | 4D | A |
| Octal | 6 | 56 | 26 | 127 | 0 | 64 | 122 | 220 | 115 | 12 |
| Binary | 110 | 101110 | 10110 | 1010111 | 0 | 110100 | 1010010 | 10010000 | 1001101 | 1010 |
Color Harmonies of #062E16
Complementary color
Monochromatic Colors of #062E16
Black with #062E16
Text Example
Text Example
White with #062E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E16; }
p { color: rgb(6,46,22); }
H1.HeaderClassName
{
color: #062E16;
}
.AnyTagClassName
{
color: #062E16;
}
</style>
background-color css
<style>
a { background-color: #062E16; }
a { background-color: rgb(6,46,22); }
div.DivClassName
{
background-color: #062E16;
}
.BgClassName
{
background-color: #062E16;
}
</style>
border-color css
<style>
span { border-color: #062E16; }
span { border-color: rgb(6,46,22); }
td.TdClassName
{
border-color: #062E16;
}
.TagClassName
{
border-color: #062E16;
}
</style>