Shades of Dark Green #033415
Tints of Dark Green #033415
RGB
CMYK
RGB Variations
Color information
#033415 (or 0x033415) is known color: Dark Green. HEX triplet: 03, 34 and 15. RGB value is (3,52,21). Sum of RGB (Red+Green+Blue) = 3+52+21=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 52 (20.70% from 255 or 68.42% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 52 - color contains mainly: green. Hex color #033415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033415 is #FCCBEA. Grayscale: #212121. Windows color (decimal): -16567275 or 1389571. OLE color: 1389571.
HSL color Cylindrical-coordinate representation of color #033415: hue angle of 142.04º 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 #033415 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 52 | 21 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.80 |
| HSL | 142.04º | 0.89% | 0.11% | - |
| HSV(B) | 142.04º | 0.94% | 0.2% | - |
| XYZ | 1.4 | 2.53 | 1.12 | - |
| YUV | 33.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 21 | 0.94 | 0 | 0.60 | 0.80 | 142.04 | 0.89 | 0.11 |
| Hex | 3 | 34 | 15 | 5E | 0 | 3C | 50 | 8E | 59 | B |
| Octal | 3 | 64 | 25 | 136 | 0 | 74 | 120 | 216 | 131 | 13 |
| Binary | 11 | 110100 | 10101 | 1011110 | 0 | 111100 | 1010000 | 10001110 | 1011001 | 1011 |
Color Harmonies of #033415
Complementary color
Monochromatic Colors of #033415
Black with #033415
Text Example
Text Example
White with #033415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033415; }
p { color: rgb(3,52,21); }
H1.HeaderClassName
{
color: #033415;
}
.AnyTagClassName
{
color: #033415;
}
</style>
background-color css
<style>
a { background-color: #033415; }
a { background-color: rgb(3,52,21); }
div.DivClassName
{
background-color: #033415;
}
.BgClassName
{
background-color: #033415;
}
</style>
border-color css
<style>
span { border-color: #033415; }
span { border-color: rgb(3,52,21); }
td.TdClassName
{
border-color: #033415;
}
.TagClassName
{
border-color: #033415;
}
</style>