Shades of Dark Green #032014
Tints of Dark Green #032014
RGB
CMYK
RGB Variations
Color information
#032014 (or 0x032014) is known color: Dark Green. HEX triplet: 03, 20 and 14. RGB value is (3,32,20). Sum of RGB (Red+Green+Blue) = 3+32+20=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #032014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032014 is #FCDFEB. Grayscale: #151515. Windows color (decimal): -16572396 or 1318915. OLE color: 1318915.
HSL color Cylindrical-coordinate representation of color #032014: hue angle of 155.17º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032014 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 32 | 20 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.87 |
| HSL | 155.17º | 0.83% | 0.07% | - |
| HSV(B) | 155.17º | 0.91% | 0.13% | - |
| XYZ | 0.68 | 1.1 | 0.84 | - |
| YUV | 21.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 20 | 0.91 | 0 | 0.37 | 0.87 | 155.17 | 0.83 | 0.07 |
| Hex | 3 | 20 | 14 | 5B | 0 | 25 | 57 | 9B | 53 | 7 |
| Octal | 3 | 40 | 24 | 133 | 0 | 45 | 127 | 233 | 123 | 7 |
| Binary | 11 | 100000 | 10100 | 1011011 | 0 | 100101 | 1010111 | 10011011 | 1010011 | 111 |
Color Harmonies of #032014
Complementary color
Monochromatic Colors of #032014
Black with #032014
Text Example
Text Example
White with #032014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032014; }
p { color: rgb(3,32,20); }
H1.HeaderClassName
{
color: #032014;
}
.AnyTagClassName
{
color: #032014;
}
</style>
background-color css
<style>
a { background-color: #032014; }
a { background-color: rgb(3,32,20); }
div.DivClassName
{
background-color: #032014;
}
.BgClassName
{
background-color: #032014;
}
</style>
border-color css
<style>
span { border-color: #032014; }
span { border-color: rgb(3,32,20); }
td.TdClassName
{
border-color: #032014;
}
.TagClassName
{
border-color: #032014;
}
</style>