Shades of Dark Green #032E1F
Tints of Dark Green #032E1F
RGB
CMYK
RGB Variations
Color information
#032E1F (or 0x032E1F) is known color: Dark Green. HEX triplet: 03, 2E and 1F. RGB value is (3,46,31). Sum of RGB (Red+Green+Blue) = 3+46+31=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 46 (18.36% from 255 or 57.5% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 46 - color contains mainly: green. Hex color #032E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E1F is #FCD1E0. Grayscale: #1F1F1F. Windows color (decimal): -16568801 or 2043395. OLE color: 2043395.
HSL color Cylindrical-coordinate representation of color #032E1F: hue angle of 159.07º 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 #032E1F is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 31 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.82 |
| HSL | 159.07º | 0.88% | 0.1% | - |
| HSV(B) | 159.07º | 0.93% | 0.18% | - |
| XYZ | 1.26 | 2.07 | 1.63 | - |
| YUV | 31.43 | 127.75 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 31 | 0.93 | 0 | 0.33 | 0.82 | 159.07 | 0.88 | 0.1 |
| Hex | 3 | 2E | 1F | 5D | 0 | 21 | 52 | 9F | 58 | A |
| Octal | 3 | 56 | 37 | 135 | 0 | 41 | 122 | 237 | 130 | 12 |
| Binary | 11 | 101110 | 11111 | 1011101 | 0 | 100001 | 1010010 | 10011111 | 1011000 | 1010 |
Color Harmonies of #032E1F
Complementary color
Monochromatic Colors of #032E1F
Black with #032E1F
Text Example
Text Example
White with #032E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E1F; }
p { color: rgb(3,46,31); }
H1.HeaderClassName
{
color: #032E1F;
}
.AnyTagClassName
{
color: #032E1F;
}
</style>
background-color css
<style>
a { background-color: #032E1F; }
a { background-color: rgb(3,46,31); }
div.DivClassName
{
background-color: #032E1F;
}
.BgClassName
{
background-color: #032E1F;
}
</style>
border-color css
<style>
span { border-color: #032E1F; }
span { border-color: rgb(3,46,31); }
td.TdClassName
{
border-color: #032E1F;
}
.TagClassName
{
border-color: #032E1F;
}
</style>