Shades of Dark Green #062B18
Tints of Dark Green #062B18
RGB
CMYK
RGB Variations
Color information
#062B18 (or 0x062B18) is known color: Dark Green. HEX triplet: 06, 2B and 18. RGB value is (6,43,24). Sum of RGB (Red+Green+Blue) = 6+43+24=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 43 (17.19% from 255 or 58.90% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 43 - color contains mainly: green. Hex color #062B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062B18 is #F9D4E7. Grayscale: #1D1D1D. Windows color (decimal): -16372968 or 1583878. OLE color: 1583878.
HSL color Cylindrical-coordinate representation of color #062B18: hue angle of 149.19º 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 #062B18 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 43 | 24 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.83 |
| HSL | 149.19º | 0.76% | 0.1% | - |
| HSV(B) | 149.19º | 0.86% | 0.17% | - |
| XYZ | 1.1 | 1.83 | 1.16 | - |
| YUV | 29.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 24 | 0.86 | 0 | 0.44 | 0.83 | 149.19 | 0.76 | 0.1 |
| Hex | 6 | 2B | 18 | 56 | 0 | 2C | 53 | 95 | 4C | A |
| Octal | 6 | 53 | 30 | 126 | 0 | 54 | 123 | 225 | 114 | 12 |
| Binary | 110 | 101011 | 11000 | 1010110 | 0 | 101100 | 1010011 | 10010101 | 1001100 | 1010 |
Color Harmonies of #062B18
Complementary color
Monochromatic Colors of #062B18
Black with #062B18
Text Example
Text Example
White with #062B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B18; }
p { color: rgb(6,43,24); }
H1.HeaderClassName
{
color: #062B18;
}
.AnyTagClassName
{
color: #062B18;
}
</style>
background-color css
<style>
a { background-color: #062B18; }
a { background-color: rgb(6,43,24); }
div.DivClassName
{
background-color: #062B18;
}
.BgClassName
{
background-color: #062B18;
}
</style>
border-color css
<style>
span { border-color: #062B18; }
span { border-color: rgb(6,43,24); }
td.TdClassName
{
border-color: #062B18;
}
.TagClassName
{
border-color: #062B18;
}
</style>