Shades of Dark Green #032F1B
Tints of Dark Green #032F1B
RGB
CMYK
RGB Variations
Color information
#032F1B (or 0x032F1B) is known color: Dark Green. HEX triplet: 03, 2F and 1B. RGB value is (3,47,27). Sum of RGB (Red+Green+Blue) = 3+47+27=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 47 (18.75% from 255 or 61.04% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 47 - color contains mainly: green. Hex color #032F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F1B is #FCD0E4. Grayscale: #1F1F1F. Windows color (decimal): -16568549 or 1781507. OLE color: 1781507.
HSL color Cylindrical-coordinate representation of color #032F1B: hue angle of 152.73º 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 #032F1B is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 47 | 27 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.82 |
| HSL | 152.73º | 0.88% | 0.1% | - |
| HSV(B) | 152.73º | 0.94% | 0.18% | - |
| XYZ | 1.25 | 2.13 | 1.38 | - |
| YUV | 31.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 27 | 0.94 | 0 | 0.43 | 0.82 | 152.73 | 0.88 | 0.1 |
| Hex | 3 | 2F | 1B | 5E | 0 | 2B | 52 | 99 | 58 | A |
| Octal | 3 | 57 | 33 | 136 | 0 | 53 | 122 | 231 | 130 | 12 |
| Binary | 11 | 101111 | 11011 | 1011110 | 0 | 101011 | 1010010 | 10011001 | 1011000 | 1010 |
Color Harmonies of #032F1B
Complementary color
Monochromatic Colors of #032F1B
Black with #032F1B
Text Example
Text Example
White with #032F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F1B; }
p { color: rgb(3,47,27); }
H1.HeaderClassName
{
color: #032F1B;
}
.AnyTagClassName
{
color: #032F1B;
}
</style>
background-color css
<style>
a { background-color: #032F1B; }
a { background-color: rgb(3,47,27); }
div.DivClassName
{
background-color: #032F1B;
}
.BgClassName
{
background-color: #032F1B;
}
</style>
border-color css
<style>
span { border-color: #032F1B; }
span { border-color: rgb(3,47,27); }
td.TdClassName
{
border-color: #032F1B;
}
.TagClassName
{
border-color: #032F1B;
}
</style>