Shades of Dark Green #033016
Tints of Dark Green #033016
RGB
CMYK
RGB Variations
Color information
#033016 (or 0x033016) is known color: Dark Green. HEX triplet: 03, 30 and 16. RGB value is (3,48,22). Sum of RGB (Red+Green+Blue) = 3+48+22=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #033016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033016 is #FCCFE9. Grayscale: #1F1F1F. Windows color (decimal): -16568298 or 1454083. OLE color: 1454083.
HSL color Cylindrical-coordinate representation of color #033016: hue angle of 145.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033016 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 48 | 22 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.81 |
| HSL | 145.33º | 0.88% | 0.1% | - |
| HSV(B) | 145.33º | 0.94% | 0.19% | - |
| XYZ | 1.24 | 2.19 | 1.12 | - |
| YUV | 31.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 22 | 0.94 | 0 | 0.54 | 0.81 | 145.33 | 0.88 | 0.1 |
| Hex | 3 | 30 | 16 | 5E | 0 | 36 | 51 | 91 | 58 | A |
| Octal | 3 | 60 | 26 | 136 | 0 | 66 | 121 | 221 | 130 | 12 |
| Binary | 11 | 110000 | 10110 | 1011110 | 0 | 110110 | 1010001 | 10010001 | 1011000 | 1010 |
Color Harmonies of #033016
Complementary color
Monochromatic Colors of #033016
Black with #033016
Text Example
Text Example
White with #033016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033016; }
p { color: rgb(3,48,22); }
H1.HeaderClassName
{
color: #033016;
}
.AnyTagClassName
{
color: #033016;
}
</style>
background-color css
<style>
a { background-color: #033016; }
a { background-color: rgb(3,48,22); }
div.DivClassName
{
background-color: #033016;
}
.BgClassName
{
background-color: #033016;
}
</style>
border-color css
<style>
span { border-color: #033016; }
span { border-color: rgb(3,48,22); }
td.TdClassName
{
border-color: #033016;
}
.TagClassName
{
border-color: #033016;
}
</style>