Shades of Dark Green #062B16
Tints of Dark Green #062B16
RGB
CMYK
RGB Variations
Color information
#062B16 (or 0x062B16) is known color: Dark Green. HEX triplet: 06, 2B and 16. RGB value is (6,43,22). Sum of RGB (Red+Green+Blue) = 6+43+22=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 43 (17.19% from 255 or 60.56% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 43 - color contains mainly: green. Hex color #062B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062B16 is #F9D4E9. Grayscale: #1D1D1D. Windows color (decimal): -16372970 or 1452806. OLE color: 1452806.
HSL color Cylindrical-coordinate representation of color #062B16: hue angle of 145.95º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062B16 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 43 | 22 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.83 |
| HSL | 145.95º | 0.76% | 0.1% | - |
| HSV(B) | 145.95º | 0.86% | 0.17% | - |
| XYZ | 1.08 | 1.82 | 1.05 | - |
| YUV | 29.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 22 | 0.86 | 0 | 0.49 | 0.83 | 145.95 | 0.76 | 0.1 |
| Hex | 6 | 2B | 16 | 56 | 0 | 31 | 53 | 92 | 4C | A |
| Octal | 6 | 53 | 26 | 126 | 0 | 61 | 123 | 222 | 114 | 12 |
| Binary | 110 | 101011 | 10110 | 1010110 | 0 | 110001 | 1010011 | 10010010 | 1001100 | 1010 |
Color Harmonies of #062B16
Complementary color
Monochromatic Colors of #062B16
Black with #062B16
Text Example
Text Example
White with #062B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B16; }
p { color: rgb(6,43,22); }
H1.HeaderClassName
{
color: #062B16;
}
.AnyTagClassName
{
color: #062B16;
}
</style>
background-color css
<style>
a { background-color: #062B16; }
a { background-color: rgb(6,43,22); }
div.DivClassName
{
background-color: #062B16;
}
.BgClassName
{
background-color: #062B16;
}
</style>
border-color css
<style>
span { border-color: #062B16; }
span { border-color: rgb(6,43,22); }
td.TdClassName
{
border-color: #062B16;
}
.TagClassName
{
border-color: #062B16;
}
</style>