Shades of Dark Green #032410
Tints of Dark Green #032410
RGB
CMYK
RGB Variations
Color information
#032410 (or 0x032410) is known color: Dark Green. HEX triplet: 03, 24 and 10. RGB value is (3,36,16). Sum of RGB (Red+Green+Blue) = 3+36+16=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #032410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032410 is #FCDBEF. Grayscale: #171717. Windows color (decimal): -16571376 or 1057795. OLE color: 1057795.
HSL color Cylindrical-coordinate representation of color #032410: hue angle of 143.64º 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 #032410 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 36 | 16 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.86 |
| HSL | 143.64º | 0.85% | 0.08% | - |
| HSV(B) | 143.64º | 0.92% | 0.14% | - |
| XYZ | 0.76 | 1.32 | 0.7 | - |
| YUV | 23.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 16 | 0.92 | 0 | 0.56 | 0.86 | 143.64 | 0.85 | 0.08 |
| Hex | 3 | 24 | 10 | 5C | 0 | 38 | 56 | 90 | 55 | 8 |
| Octal | 3 | 44 | 20 | 134 | 0 | 70 | 126 | 220 | 125 | 10 |
| Binary | 11 | 100100 | 10000 | 1011100 | 0 | 111000 | 1010110 | 10010000 | 1010101 | 1000 |
Color Harmonies of #032410
Complementary color
Monochromatic Colors of #032410
Black with #032410
Text Example
Text Example
White with #032410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032410; }
p { color: rgb(3,36,16); }
H1.HeaderClassName
{
color: #032410;
}
.AnyTagClassName
{
color: #032410;
}
</style>
background-color css
<style>
a { background-color: #032410; }
a { background-color: rgb(3,36,16); }
div.DivClassName
{
background-color: #032410;
}
.BgClassName
{
background-color: #032410;
}
</style>
border-color css
<style>
span { border-color: #032410; }
span { border-color: rgb(3,36,16); }
td.TdClassName
{
border-color: #032410;
}
.TagClassName
{
border-color: #032410;
}
</style>