Shades of Dark Green #062012
Tints of Dark Green #062012
RGB
CMYK
RGB Variations
Color information
#062012 (or 0x062012) is known color: Dark Green. HEX triplet: 06, 20 and 12. RGB value is (6,32,18). Sum of RGB (Red+Green+Blue) = 6+32+18=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #062012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062012 is #F9DFED. Grayscale: #161616. Windows color (decimal): -16375790 or 1187846. OLE color: 1187846.
HSL color Cylindrical-coordinate representation of color #062012: hue angle of 147.69º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #062012 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
RGB | 6 | 32 | 18 | - |
CMYK | 0.81 | 0 | 0.44 | 0.87 |
HSL | 147.69º | 0.68% | 0.07% | - |
HSV(B) | 147.69º | 0.81% | 0.13% | - |
XYZ | 0.7 | 1.12 | 0.75 | - |
YUV | 22.63 | 125.39 | 116.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 32 | 18 | 0.81 | 0 | 0.44 | 0.87 | 147.69 | 0.68 | 0.07 |
Hex | 6 | 20 | 12 | 51 | 0 | 2C | 57 | 94 | 44 | 7 |
Octal | 6 | 40 | 22 | 121 | 0 | 54 | 127 | 224 | 104 | 7 |
Binary | 110 | 100000 | 10010 | 1010001 | 0 | 101100 | 1010111 | 10010100 | 1000100 | 111 |
Color Harmonies of #062012
Complementary color
Monochromatic Colors of #062012
Black with #062012
Text Example
Text Example
White with #062012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062012; }
p { color: rgb(6,32,18); }
H1.HeaderClassName
{
color: #062012;
}
.AnyTagClassName
{
color: #062012;
}
</style>
background-color css
<style>
a { background-color: #062012; }
a { background-color: rgb(6,32,18); }
div.DivClassName
{
background-color: #062012;
}
.BgClassName
{
background-color: #062012;
}
</style>
border-color css
<style>
span { border-color: #062012; }
span { border-color: rgb(6,32,18); }
td.TdClassName
{
border-color: #062012;
}
.TagClassName
{
border-color: #062012;
}
</style>