Shades of Dark Green #062912
Tints of Dark Green #062912
RGB
CMYK
RGB Variations
Color information
#062912 (or 0x062912) is known color: Dark Green. HEX triplet: 06, 29 and 12. RGB value is (6,41,18). Sum of RGB (Red+Green+Blue) = 6+41+18=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #062912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062912 is #F9D6ED. Grayscale: #1B1B1B. Windows color (decimal): -16373486 or 1190150. OLE color: 1190150.
HSL color Cylindrical-coordinate representation of color #062912: hue angle of 140.57º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #062912 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 41 | 18 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.84 |
| HSL | 140.57º | 0.74% | 0.09% | - |
| HSV(B) | 140.57º | 0.85% | 0.16% | - |
| XYZ | 0.98 | 1.67 | 0.84 | - |
| YUV | 27.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 18 | 0.85 | 0 | 0.56 | 0.84 | 140.57 | 0.74 | 0.09 |
| Hex | 6 | 29 | 12 | 55 | 0 | 38 | 54 | 8D | 4A | 9 |
| Octal | 6 | 51 | 22 | 125 | 0 | 70 | 124 | 215 | 112 | 11 |
| Binary | 110 | 101001 | 10010 | 1010101 | 0 | 111000 | 1010100 | 10001101 | 1001010 | 1001 |
Color Harmonies of #062912
Complementary color
Monochromatic Colors of #062912
Black with #062912
Text Example
Text Example
White with #062912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062912; }
p { color: rgb(6,41,18); }
H1.HeaderClassName
{
color: #062912;
}
.AnyTagClassName
{
color: #062912;
}
</style>
background-color css
<style>
a { background-color: #062912; }
a { background-color: rgb(6,41,18); }
div.DivClassName
{
background-color: #062912;
}
.BgClassName
{
background-color: #062912;
}
</style>
border-color css
<style>
span { border-color: #062912; }
span { border-color: rgb(6,41,18); }
td.TdClassName
{
border-color: #062912;
}
.TagClassName
{
border-color: #062912;
}
</style>