Shades of Dark Green #033414
Tints of Dark Green #033414
RGB
CMYK
RGB Variations
Color information
#033414 (or 0x033414) is known color: Dark Green. HEX triplet: 03, 34 and 14. RGB value is (3,52,20). Sum of RGB (Red+Green+Blue) = 3+52+20=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #033414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033414 is #FCCBEB. Grayscale: #212121. Windows color (decimal): -16567276 or 1324035. OLE color: 1324035.
HSL color Cylindrical-coordinate representation of color #033414: hue angle of 140.82º 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 #033414 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 52 | 20 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.80 |
| HSL | 140.82º | 0.89% | 0.11% | - |
| HSV(B) | 140.82º | 0.94% | 0.2% | - |
| XYZ | 1.39 | 2.53 | 1.08 | - |
| YUV | 33.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 20 | 0.94 | 0 | 0.62 | 0.80 | 140.82 | 0.89 | 0.11 |
| Hex | 3 | 34 | 14 | 5E | 0 | 3E | 50 | 8D | 59 | B |
| Octal | 3 | 64 | 24 | 136 | 0 | 76 | 120 | 215 | 131 | 13 |
| Binary | 11 | 110100 | 10100 | 1011110 | 0 | 111110 | 1010000 | 10001101 | 1011001 | 1011 |
Color Harmonies of #033414
Complementary color
Monochromatic Colors of #033414
Black with #033414
Text Example
Text Example
White with #033414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033414; }
p { color: rgb(3,52,20); }
H1.HeaderClassName
{
color: #033414;
}
.AnyTagClassName
{
color: #033414;
}
</style>
background-color css
<style>
a { background-color: #033414; }
a { background-color: rgb(3,52,20); }
div.DivClassName
{
background-color: #033414;
}
.BgClassName
{
background-color: #033414;
}
</style>
border-color css
<style>
span { border-color: #033414; }
span { border-color: rgb(3,52,20); }
td.TdClassName
{
border-color: #033414;
}
.TagClassName
{
border-color: #033414;
}
</style>