Shades of Dark Green #032114
Tints of Dark Green #032114
RGB
CMYK
RGB Variations
Color information
#032114 (or 0x032114) is known color: Dark Green. HEX triplet: 03, 21 and 14. RGB value is (3,33,20). Sum of RGB (Red+Green+Blue) = 3+33+20=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #032114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032114 is #FCDEEB. Grayscale: #161616. Windows color (decimal): -16572140 or 1319171. OLE color: 1319171.
HSL color Cylindrical-coordinate representation of color #032114: hue angle of 154º 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 #032114 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 33 | 20 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.87 |
| HSL | 154º | 0.83% | 0.07% | - |
| HSV(B) | 154º | 0.91% | 0.13% | - |
| XYZ | 0.71 | 1.16 | 0.85 | - |
| YUV | 22.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 20 | 0.91 | 0 | 0.39 | 0.87 | 154 | 0.83 | 0.07 |
| Hex | 3 | 21 | 14 | 5B | 0 | 27 | 57 | 9A | 53 | 7 |
| Octal | 3 | 41 | 24 | 133 | 0 | 47 | 127 | 232 | 123 | 7 |
| Binary | 11 | 100001 | 10100 | 1011011 | 0 | 100111 | 1010111 | 10011010 | 1010011 | 111 |
Color Harmonies of #032114
Complementary color
Monochromatic Colors of #032114
Black with #032114
Text Example
Text Example
White with #032114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032114; }
p { color: rgb(3,33,20); }
H1.HeaderClassName
{
color: #032114;
}
.AnyTagClassName
{
color: #032114;
}
</style>
background-color css
<style>
a { background-color: #032114; }
a { background-color: rgb(3,33,20); }
div.DivClassName
{
background-color: #032114;
}
.BgClassName
{
background-color: #032114;
}
</style>
border-color css
<style>
span { border-color: #032114; }
span { border-color: rgb(3,33,20); }
td.TdClassName
{
border-color: #032114;
}
.TagClassName
{
border-color: #032114;
}
</style>