Shades of Dark Green #062B21
Tints of Dark Green #062B21
RGB
CMYK
RGB Variations
Color information
#062B21 (or 0x062B21) is known color: Dark Green. HEX triplet: 06, 2B and 21. RGB value is (6,43,33). Sum of RGB (Red+Green+Blue) = 6+43+33=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 43 (17.19% from 255 or 52.44% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 43 - color contains mainly: green. Hex color #062B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B21 is #F9D4DE. Grayscale: #1E1E1E. Windows color (decimal): -16372959 or 2173702. OLE color: 2173702.
HSL color Cylindrical-coordinate representation of color #062B21: hue angle of 163.78º 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 #062B21 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 43 | 33 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.83 |
| HSL | 163.78º | 0.76% | 0.1% | - |
| HSV(B) | 163.78º | 0.86% | 0.17% | - |
| XYZ | 1.21 | 1.88 | 1.74 | - |
| YUV | 30.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 33 | 0.86 | 0 | 0.23 | 0.83 | 163.78 | 0.76 | 0.1 |
| Hex | 6 | 2B | 21 | 56 | 0 | 17 | 53 | A4 | 4C | A |
| Octal | 6 | 53 | 41 | 126 | 0 | 27 | 123 | 244 | 114 | 12 |
| Binary | 110 | 101011 | 100001 | 1010110 | 0 | 10111 | 1010011 | 10100100 | 1001100 | 1010 |
Color Harmonies of #062B21
Complementary color
Monochromatic Colors of #062B21
Black with #062B21
Text Example
Text Example
White with #062B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B21; }
p { color: rgb(6,43,33); }
H1.HeaderClassName
{
color: #062B21;
}
.AnyTagClassName
{
color: #062B21;
}
</style>
background-color css
<style>
a { background-color: #062B21; }
a { background-color: rgb(6,43,33); }
div.DivClassName
{
background-color: #062B21;
}
.BgClassName
{
background-color: #062B21;
}
</style>
border-color css
<style>
span { border-color: #062B21; }
span { border-color: rgb(6,43,33); }
td.TdClassName
{
border-color: #062B21;
}
.TagClassName
{
border-color: #062B21;
}
</style>