Shades of Dark Green #032E14
Tints of Dark Green #032E14
RGB
CMYK
RGB Variations
Color information
#032E14 (or 0x032E14) is known color: Dark Green. HEX triplet: 03, 2E and 14. RGB value is (3,46,20). Sum of RGB (Red+Green+Blue) = 3+46+20=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 46 (18.36% from 255 or 66.67% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 46 - color contains mainly: green. Hex color #032E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E14 is #FCD1EB. Grayscale: #1E1E1E. Windows color (decimal): -16568812 or 1322499. OLE color: 1322499.
HSL color Cylindrical-coordinate representation of color #032E14: hue angle of 143.72º 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 #032E14 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 20 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.82 |
| HSL | 143.72º | 0.88% | 0.1% | - |
| HSV(B) | 143.72º | 0.93% | 0.18% | - |
| XYZ | 1.14 | 2.02 | 0.99 | - |
| YUV | 30.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 20 | 0.93 | 0 | 0.57 | 0.82 | 143.72 | 0.88 | 0.1 |
| Hex | 3 | 2E | 14 | 5D | 0 | 39 | 52 | 90 | 58 | A |
| Octal | 3 | 56 | 24 | 135 | 0 | 71 | 122 | 220 | 130 | 12 |
| Binary | 11 | 101110 | 10100 | 1011101 | 0 | 111001 | 1010010 | 10010000 | 1011000 | 1010 |
Color Harmonies of #032E14
Complementary color
Monochromatic Colors of #032E14
Black with #032E14
Text Example
Text Example
White with #032E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E14; }
p { color: rgb(3,46,20); }
H1.HeaderClassName
{
color: #032E14;
}
.AnyTagClassName
{
color: #032E14;
}
</style>
background-color css
<style>
a { background-color: #032E14; }
a { background-color: rgb(3,46,20); }
div.DivClassName
{
background-color: #032E14;
}
.BgClassName
{
background-color: #032E14;
}
</style>
border-color css
<style>
span { border-color: #032E14; }
span { border-color: rgb(3,46,20); }
td.TdClassName
{
border-color: #032E14;
}
.TagClassName
{
border-color: #032E14;
}
</style>