Shades of Dark Green #062B1D
Tints of Dark Green #062B1D
RGB
CMYK
RGB Variations
Color information
#062B1D (or 0x062B1D) is known color: Dark Green. HEX triplet: 06, 2B and 1D. RGB value is (6,43,29). Sum of RGB (Red+Green+Blue) = 6+43+29=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 43 (17.19% from 255 or 55.13% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 43 - color contains mainly: green. Hex color #062B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B1D is #F9D4E2. Grayscale: #1E1E1E. Windows color (decimal): -16372963 or 1911558. OLE color: 1911558.
HSL color Cylindrical-coordinate representation of color #062B1D: hue angle of 157.3º 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 #062B1D is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 43 | 29 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.83 |
| HSL | 157.3º | 0.76% | 0.1% | - |
| HSV(B) | 157.3º | 0.86% | 0.17% | - |
| XYZ | 1.16 | 1.86 | 1.46 | - |
| YUV | 30.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 29 | 0.86 | 0 | 0.33 | 0.83 | 157.3 | 0.76 | 0.1 |
| Hex | 6 | 2B | 1D | 56 | 0 | 21 | 53 | 9D | 4C | A |
| Octal | 6 | 53 | 35 | 126 | 0 | 41 | 123 | 235 | 114 | 12 |
| Binary | 110 | 101011 | 11101 | 1010110 | 0 | 100001 | 1010011 | 10011101 | 1001100 | 1010 |
Color Harmonies of #062B1D
Complementary color
Monochromatic Colors of #062B1D
Black with #062B1D
Text Example
Text Example
White with #062B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B1D; }
p { color: rgb(6,43,29); }
H1.HeaderClassName
{
color: #062B1D;
}
.AnyTagClassName
{
color: #062B1D;
}
</style>
background-color css
<style>
a { background-color: #062B1D; }
a { background-color: rgb(6,43,29); }
div.DivClassName
{
background-color: #062B1D;
}
.BgClassName
{
background-color: #062B1D;
}
</style>
border-color css
<style>
span { border-color: #062B1D; }
span { border-color: rgb(6,43,29); }
td.TdClassName
{
border-color: #062B1D;
}
.TagClassName
{
border-color: #062B1D;
}
</style>