Shades of Dark Green #032F1D
Tints of Dark Green #032F1D
RGB
CMYK
RGB Variations
Color information
#032F1D (or 0x032F1D) is known color: Dark Green. HEX triplet: 03, 2F and 1D. RGB value is (3,47,29). Sum of RGB (Red+Green+Blue) = 3+47+29=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 47 (18.75% from 255 or 59.49% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 47 - color contains mainly: green. Hex color #032F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F1D is #FCD0E2. Grayscale: #1F1F1F. Windows color (decimal): -16568547 or 1912579. OLE color: 1912579.
HSL color Cylindrical-coordinate representation of color #032F1D: hue angle of 155.45º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032F1D is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 47 | 29 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.82 |
| HSL | 155.45º | 0.88% | 0.1% | - |
| HSV(B) | 155.45º | 0.94% | 0.18% | - |
| XYZ | 1.28 | 2.14 | 1.51 | - |
| YUV | 31.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 29 | 0.94 | 0 | 0.38 | 0.82 | 155.45 | 0.88 | 0.1 |
| Hex | 3 | 2F | 1D | 5E | 0 | 26 | 52 | 9B | 58 | A |
| Octal | 3 | 57 | 35 | 136 | 0 | 46 | 122 | 233 | 130 | 12 |
| Binary | 11 | 101111 | 11101 | 1011110 | 0 | 100110 | 1010010 | 10011011 | 1011000 | 1010 |
Color Harmonies of #032F1D
Complementary color
Monochromatic Colors of #032F1D
Black with #032F1D
Text Example
Text Example
White with #032F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F1D; }
p { color: rgb(3,47,29); }
H1.HeaderClassName
{
color: #032F1D;
}
.AnyTagClassName
{
color: #032F1D;
}
</style>
background-color css
<style>
a { background-color: #032F1D; }
a { background-color: rgb(3,47,29); }
div.DivClassName
{
background-color: #032F1D;
}
.BgClassName
{
background-color: #032F1D;
}
</style>
border-color css
<style>
span { border-color: #032F1D; }
span { border-color: rgb(3,47,29); }
td.TdClassName
{
border-color: #032F1D;
}
.TagClassName
{
border-color: #032F1D;
}
</style>