Shades of Dark Green #033011
Tints of Dark Green #033011
RGB
CMYK
RGB Variations
Color information
#033011 (or 0x033011) is known color: Dark Green. HEX triplet: 03, 30 and 11. RGB value is (3,48,17). Sum of RGB (Red+Green+Blue) = 3+48+17=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #033011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033011 is #FCCFEE. Grayscale: #1F1F1F. Windows color (decimal): -16568303 or 1126403. OLE color: 1126403.
HSL color Cylindrical-coordinate representation of color #033011: hue angle of 138.67º 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 #033011 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 48 | 17 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.81 |
| HSL | 138.67º | 0.88% | 0.1% | - |
| HSV(B) | 138.67º | 0.94% | 0.19% | - |
| XYZ | 1.2 | 2.17 | 0.89 | - |
| YUV | 31.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 17 | 0.94 | 0 | 0.65 | 0.81 | 138.67 | 0.88 | 0.1 |
| Hex | 3 | 30 | 11 | 5E | 0 | 41 | 51 | 8B | 58 | A |
| Octal | 3 | 60 | 21 | 136 | 0 | 101 | 121 | 213 | 130 | 12 |
| Binary | 11 | 110000 | 10001 | 1011110 | 0 | 1000001 | 1010001 | 10001011 | 1011000 | 1010 |
Color Harmonies of #033011
Complementary color
Monochromatic Colors of #033011
Black with #033011
Text Example
Text Example
White with #033011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033011; }
p { color: rgb(3,48,17); }
H1.HeaderClassName
{
color: #033011;
}
.AnyTagClassName
{
color: #033011;
}
</style>
background-color css
<style>
a { background-color: #033011; }
a { background-color: rgb(3,48,17); }
div.DivClassName
{
background-color: #033011;
}
.BgClassName
{
background-color: #033011;
}
</style>
border-color css
<style>
span { border-color: #033011; }
span { border-color: rgb(3,48,17); }
td.TdClassName
{
border-color: #033011;
}
.TagClassName
{
border-color: #033011;
}
</style>