Shades of Dark Green #032613
Tints of Dark Green #032613
RGB
CMYK
RGB Variations
Color information
#032613 (or 0x032613) is known color: Dark Green. HEX triplet: 03, 26 and 13. RGB value is (3,38,19). Sum of RGB (Red+Green+Blue) = 3+38+19=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #032613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032613 is #FCD9EC. Grayscale: #191919. Windows color (decimal): -16570861 or 1254915. OLE color: 1254915.
HSL color Cylindrical-coordinate representation of color #032613: hue angle of 147.43º 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 #032613 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 38 | 19 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.85 |
| HSL | 147.43º | 0.85% | 0.08% | - |
| HSV(B) | 147.43º | 0.92% | 0.15% | - |
| XYZ | 0.85 | 1.45 | 0.85 | - |
| YUV | 25.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 19 | 0.92 | 0 | 0.50 | 0.85 | 147.43 | 0.85 | 0.08 |
| Hex | 3 | 26 | 13 | 5C | 0 | 32 | 55 | 93 | 55 | 8 |
| Octal | 3 | 46 | 23 | 134 | 0 | 62 | 125 | 223 | 125 | 10 |
| Binary | 11 | 100110 | 10011 | 1011100 | 0 | 110010 | 1010101 | 10010011 | 1010101 | 1000 |
Color Harmonies of #032613
Complementary color
Monochromatic Colors of #032613
Black with #032613
Text Example
Text Example
White with #032613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032613; }
p { color: rgb(3,38,19); }
H1.HeaderClassName
{
color: #032613;
}
.AnyTagClassName
{
color: #032613;
}
</style>
background-color css
<style>
a { background-color: #032613; }
a { background-color: rgb(3,38,19); }
div.DivClassName
{
background-color: #032613;
}
.BgClassName
{
background-color: #032613;
}
</style>
border-color css
<style>
span { border-color: #032613; }
span { border-color: rgb(3,38,19); }
td.TdClassName
{
border-color: #032613;
}
.TagClassName
{
border-color: #032613;
}
</style>