Shades of Dark Green #032310
Tints of Dark Green #032310
RGB
CMYK
RGB Variations
Color information
#032310 (or 0x032310) is known color: Dark Green. HEX triplet: 03, 23 and 10. RGB value is (3,35,16). Sum of RGB (Red+Green+Blue) = 3+35+16=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #032310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032310 is #FCDCEF. Grayscale: #171717. Windows color (decimal): -16571632 or 1057539. OLE color: 1057539.
HSL color Cylindrical-coordinate representation of color #032310: hue angle of 144.38º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032310 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 35 | 16 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.86 |
| HSL | 144.38º | 0.84% | 0.07% | - |
| HSV(B) | 144.38º | 0.91% | 0.14% | - |
| XYZ | 0.73 | 1.26 | 0.69 | - |
| YUV | 23.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 16 | 0.91 | 0 | 0.54 | 0.86 | 144.38 | 0.84 | 0.07 |
| Hex | 3 | 23 | 10 | 5B | 0 | 36 | 56 | 90 | 54 | 7 |
| Octal | 3 | 43 | 20 | 133 | 0 | 66 | 126 | 220 | 124 | 7 |
| Binary | 11 | 100011 | 10000 | 1011011 | 0 | 110110 | 1010110 | 10010000 | 1010100 | 111 |
Color Harmonies of #032310
Complementary color
Monochromatic Colors of #032310
Black with #032310
Text Example
Text Example
White with #032310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032310; }
p { color: rgb(3,35,16); }
H1.HeaderClassName
{
color: #032310;
}
.AnyTagClassName
{
color: #032310;
}
</style>
background-color css
<style>
a { background-color: #032310; }
a { background-color: rgb(3,35,16); }
div.DivClassName
{
background-color: #032310;
}
.BgClassName
{
background-color: #032310;
}
</style>
border-color css
<style>
span { border-color: #032310; }
span { border-color: rgb(3,35,16); }
td.TdClassName
{
border-color: #032310;
}
.TagClassName
{
border-color: #032310;
}
</style>