Shades of Dark Green #032E12
Tints of Dark Green #032E12
RGB
CMYK
RGB Variations
Color information
#032E12 (or 0x032E12) is known color: Dark Green. HEX triplet: 03, 2E and 12. RGB value is (3,46,18). Sum of RGB (Red+Green+Blue) = 3+46+18=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 46 (18.36% from 255 or 68.66% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 46 - color contains mainly: green. Hex color #032E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E12 is #FCD1ED. Grayscale: #1E1E1E. Windows color (decimal): -16568814 or 1191427. OLE color: 1191427.
HSL color Cylindrical-coordinate representation of color #032E12: hue angle of 140.93º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032E12 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 18 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.82 |
| HSL | 140.93º | 0.88% | 0.1% | - |
| HSV(B) | 140.93º | 0.93% | 0.18% | - |
| XYZ | 1.12 | 2.02 | 0.9 | - |
| YUV | 29.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 18 | 0.93 | 0 | 0.61 | 0.82 | 140.93 | 0.88 | 0.1 |
| Hex | 3 | 2E | 12 | 5D | 0 | 3D | 52 | 8D | 58 | A |
| Octal | 3 | 56 | 22 | 135 | 0 | 75 | 122 | 215 | 130 | 12 |
| Binary | 11 | 101110 | 10010 | 1011101 | 0 | 111101 | 1010010 | 10001101 | 1011000 | 1010 |
Color Harmonies of #032E12
Complementary color
Monochromatic Colors of #032E12
Black with #032E12
Text Example
Text Example
White with #032E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E12; }
p { color: rgb(3,46,18); }
H1.HeaderClassName
{
color: #032E12;
}
.AnyTagClassName
{
color: #032E12;
}
</style>
background-color css
<style>
a { background-color: #032E12; }
a { background-color: rgb(3,46,18); }
div.DivClassName
{
background-color: #032E12;
}
.BgClassName
{
background-color: #032E12;
}
</style>
border-color css
<style>
span { border-color: #032E12; }
span { border-color: rgb(3,46,18); }
td.TdClassName
{
border-color: #032E12;
}
.TagClassName
{
border-color: #032E12;
}
</style>