Shades of Dark Green #032F1F
Tints of Dark Green #032F1F
RGB
CMYK
RGB Variations
Color information
#032F1F (or 0x032F1F) is known color: Dark Green. HEX triplet: 03, 2F and 1F. RGB value is (3,47,31). Sum of RGB (Red+Green+Blue) = 3+47+31=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 47 (18.75% from 255 or 58.02% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 47 - color contains mainly: green. Hex color #032F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F1F is #FCD0E0. Grayscale: #202020. Windows color (decimal): -16568545 or 2043651. OLE color: 2043651.
HSL color Cylindrical-coordinate representation of color #032F1F: hue angle of 158.18º 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 #032F1F is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 47 | 31 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.82 |
| HSL | 158.18º | 0.88% | 0.1% | - |
| HSV(B) | 158.18º | 0.94% | 0.18% | - |
| XYZ | 1.3 | 2.15 | 1.64 | - |
| YUV | 32.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 31 | 0.94 | 0 | 0.34 | 0.82 | 158.18 | 0.88 | 0.1 |
| Hex | 3 | 2F | 1F | 5E | 0 | 22 | 52 | 9E | 58 | A |
| Octal | 3 | 57 | 37 | 136 | 0 | 42 | 122 | 236 | 130 | 12 |
| Binary | 11 | 101111 | 11111 | 1011110 | 0 | 100010 | 1010010 | 10011110 | 1011000 | 1010 |
Color Harmonies of #032F1F
Complementary color
Monochromatic Colors of #032F1F
Black with #032F1F
Text Example
Text Example
White with #032F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F1F; }
p { color: rgb(3,47,31); }
H1.HeaderClassName
{
color: #032F1F;
}
.AnyTagClassName
{
color: #032F1F;
}
</style>
background-color css
<style>
a { background-color: #032F1F; }
a { background-color: rgb(3,47,31); }
div.DivClassName
{
background-color: #032F1F;
}
.BgClassName
{
background-color: #032F1F;
}
</style>
border-color css
<style>
span { border-color: #032F1F; }
span { border-color: rgb(3,47,31); }
td.TdClassName
{
border-color: #032F1F;
}
.TagClassName
{
border-color: #032F1F;
}
</style>