Shades of Dark Green #033314
Tints of Dark Green #033314
RGB
CMYK
RGB Variations
Color information
#033314 (or 0x033314) is known color: Dark Green. HEX triplet: 03, 33 and 14. RGB value is (3,51,20). Sum of RGB (Red+Green+Blue) = 3+51+20=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #033314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033314 is #FCCCEB. Grayscale: #212121. Windows color (decimal): -16567532 or 1323779. OLE color: 1323779.
HSL color Cylindrical-coordinate representation of color #033314: hue angle of 141.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033314 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 51 | 20 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.8 |
| HSL | 141.25º | 0.89% | 0.11% | - |
| HSV(B) | 141.25º | 0.94% | 0.2% | - |
| XYZ | 1.35 | 2.44 | 1.06 | - |
| YUV | 33.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 20 | 0.94 | 0 | 0.61 | 0.8 | 141.25 | 0.89 | 0.11 |
| Hex | 3 | 33 | 14 | 5E | 0 | 3D | 50 | 8D | 59 | B |
| Octal | 3 | 63 | 24 | 136 | 0 | 75 | 120 | 215 | 131 | 13 |
| Binary | 11 | 110011 | 10100 | 1011110 | 0 | 111101 | 1010000 | 10001101 | 1011001 | 1011 |
Color Harmonies of #033314
Complementary color
Monochromatic Colors of #033314
Black with #033314
Text Example
Text Example
White with #033314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033314; }
p { color: rgb(3,51,20); }
H1.HeaderClassName
{
color: #033314;
}
.AnyTagClassName
{
color: #033314;
}
</style>
background-color css
<style>
a { background-color: #033314; }
a { background-color: rgb(3,51,20); }
div.DivClassName
{
background-color: #033314;
}
.BgClassName
{
background-color: #033314;
}
</style>
border-color css
<style>
span { border-color: #033314; }
span { border-color: rgb(3,51,20); }
td.TdClassName
{
border-color: #033314;
}
.TagClassName
{
border-color: #033314;
}
</style>