Shades of Dark Green #032E1B
Tints of Dark Green #032E1B
RGB
CMYK
RGB Variations
Color information
#032E1B (or 0x032E1B) is known color: Dark Green. HEX triplet: 03, 2E and 1B. RGB value is (3,46,27). Sum of RGB (Red+Green+Blue) = 3+46+27=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 46 (18.36% from 255 or 60.53% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 46 - color contains mainly: green. Hex color #032E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E1B is #FCD1E4. Grayscale: #1F1F1F. Windows color (decimal): -16568805 or 1781251. OLE color: 1781251.
HSL color Cylindrical-coordinate representation of color #032E1B: hue angle of 153.49º 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 #032E1B is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 27 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.82 |
| HSL | 153.49º | 0.88% | 0.1% | - |
| HSV(B) | 153.49º | 0.93% | 0.18% | - |
| XYZ | 1.21 | 2.05 | 1.37 | - |
| YUV | 30.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 27 | 0.93 | 0 | 0.41 | 0.82 | 153.49 | 0.88 | 0.1 |
| Hex | 3 | 2E | 1B | 5D | 0 | 29 | 52 | 99 | 58 | A |
| Octal | 3 | 56 | 33 | 135 | 0 | 51 | 122 | 231 | 130 | 12 |
| Binary | 11 | 101110 | 11011 | 1011101 | 0 | 101001 | 1010010 | 10011001 | 1011000 | 1010 |
Color Harmonies of #032E1B
Complementary color
Monochromatic Colors of #032E1B
Black with #032E1B
Text Example
Text Example
White with #032E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E1B; }
p { color: rgb(3,46,27); }
H1.HeaderClassName
{
color: #032E1B;
}
.AnyTagClassName
{
color: #032E1B;
}
</style>
background-color css
<style>
a { background-color: #032E1B; }
a { background-color: rgb(3,46,27); }
div.DivClassName
{
background-color: #032E1B;
}
.BgClassName
{
background-color: #032E1B;
}
</style>
border-color css
<style>
span { border-color: #032E1B; }
span { border-color: rgb(3,46,27); }
td.TdClassName
{
border-color: #032E1B;
}
.TagClassName
{
border-color: #032E1B;
}
</style>