Shades of Dark Green #032411
Tints of Dark Green #032411
RGB
CMYK
RGB Variations
Color information
#032411 (or 0x032411) is known color: Dark Green. HEX triplet: 03, 24 and 11. RGB value is (3,36,17). Sum of RGB (Red+Green+Blue) = 3+36+17=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #032411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032411 is #FCDBEE. Grayscale: #181818. Windows color (decimal): -16571375 or 1123331. OLE color: 1123331.
HSL color Cylindrical-coordinate representation of color #032411: hue angle of 145.45º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032411 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 36 | 17 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.86 |
| HSL | 145.45º | 0.85% | 0.08% | - |
| HSV(B) | 145.45º | 0.92% | 0.14% | - |
| XYZ | 0.77 | 1.32 | 0.74 | - |
| YUV | 23.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 17 | 0.92 | 0 | 0.53 | 0.86 | 145.45 | 0.85 | 0.08 |
| Hex | 3 | 24 | 11 | 5C | 0 | 35 | 56 | 91 | 55 | 8 |
| Octal | 3 | 44 | 21 | 134 | 0 | 65 | 126 | 221 | 125 | 10 |
| Binary | 11 | 100100 | 10001 | 1011100 | 0 | 110101 | 1010110 | 10010001 | 1010101 | 1000 |
Color Harmonies of #032411
Complementary color
Monochromatic Colors of #032411
Black with #032411
Text Example
Text Example
White with #032411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032411; }
p { color: rgb(3,36,17); }
H1.HeaderClassName
{
color: #032411;
}
.AnyTagClassName
{
color: #032411;
}
</style>
background-color css
<style>
a { background-color: #032411; }
a { background-color: rgb(3,36,17); }
div.DivClassName
{
background-color: #032411;
}
.BgClassName
{
background-color: #032411;
}
</style>
border-color css
<style>
span { border-color: #032411; }
span { border-color: rgb(3,36,17); }
td.TdClassName
{
border-color: #032411;
}
.TagClassName
{
border-color: #032411;
}
</style>