Shades of Dark Green #062B24
Tints of Dark Green #062B24
RGB
CMYK
RGB Variations
Color information
#062B24 (or 0x062B24) is known color: Dark Green. HEX triplet: 06, 2B and 24. RGB value is (6,43,36). Sum of RGB (Red+Green+Blue) = 6+43+36=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 43 (17.19% from 255 or 50.59% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 43 - color contains mainly: green. Hex color #062B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B24 is #F9D4DB. Grayscale: #1F1F1F. Windows color (decimal): -16372956 or 2370310. OLE color: 2370310.
HSL color Cylindrical-coordinate representation of color #062B24: hue angle of 168.65º 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 #062B24 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 43 | 36 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.83 |
| HSL | 168.65º | 0.76% | 0.1% | - |
| HSV(B) | 168.65º | 0.86% | 0.17% | - |
| XYZ | 1.26 | 1.89 | 1.97 | - |
| YUV | 31.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 36 | 0.86 | 0 | 0.16 | 0.83 | 168.65 | 0.76 | 0.1 |
| Hex | 6 | 2B | 24 | 56 | 0 | 10 | 53 | A9 | 4C | A |
| Octal | 6 | 53 | 44 | 126 | 0 | 20 | 123 | 251 | 114 | 12 |
| Binary | 110 | 101011 | 100100 | 1010110 | 0 | 10000 | 1010011 | 10101001 | 1001100 | 1010 |
Color Harmonies of #062B24
Complementary color
Monochromatic Colors of #062B24
Black with #062B24
Text Example
Text Example
White with #062B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B24; }
p { color: rgb(6,43,36); }
H1.HeaderClassName
{
color: #062B24;
}
.AnyTagClassName
{
color: #062B24;
}
</style>
background-color css
<style>
a { background-color: #062B24; }
a { background-color: rgb(6,43,36); }
div.DivClassName
{
background-color: #062B24;
}
.BgClassName
{
background-color: #062B24;
}
</style>
border-color css
<style>
span { border-color: #062B24; }
span { border-color: rgb(6,43,36); }
td.TdClassName
{
border-color: #062B24;
}
.TagClassName
{
border-color: #062B24;
}
</style>