Shades of Dark Green #032513
Tints of Dark Green #032513
RGB
CMYK
RGB Variations
Color information
#032513 (or 0x032513) is known color: Dark Green. HEX triplet: 03, 25 and 13. RGB value is (3,37,19). Sum of RGB (Red+Green+Blue) = 3+37+19=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #032513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032513 is #FCDAEC. Grayscale: #181818. Windows color (decimal): -16571117 or 1254659. OLE color: 1254659.
HSL color Cylindrical-coordinate representation of color #032513: hue angle of 148.24º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032513 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 37 | 19 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.85 |
| HSL | 148.24º | 0.85% | 0.08% | - |
| HSV(B) | 148.24º | 0.92% | 0.15% | - |
| XYZ | 0.82 | 1.39 | 0.84 | - |
| YUV | 24.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 19 | 0.92 | 0 | 0.49 | 0.85 | 148.24 | 0.85 | 0.08 |
| Hex | 3 | 25 | 13 | 5C | 0 | 31 | 55 | 94 | 55 | 8 |
| Octal | 3 | 45 | 23 | 134 | 0 | 61 | 125 | 224 | 125 | 10 |
| Binary | 11 | 100101 | 10011 | 1011100 | 0 | 110001 | 1010101 | 10010100 | 1010101 | 1000 |
Color Harmonies of #032513
Complementary color
Monochromatic Colors of #032513
Black with #032513
Text Example
Text Example
White with #032513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032513; }
p { color: rgb(3,37,19); }
H1.HeaderClassName
{
color: #032513;
}
.AnyTagClassName
{
color: #032513;
}
</style>
background-color css
<style>
a { background-color: #032513; }
a { background-color: rgb(3,37,19); }
div.DivClassName
{
background-color: #032513;
}
.BgClassName
{
background-color: #032513;
}
</style>
border-color css
<style>
span { border-color: #032513; }
span { border-color: rgb(3,37,19); }
td.TdClassName
{
border-color: #032513;
}
.TagClassName
{
border-color: #032513;
}
</style>