Shades of Dark Green #033319
Tints of Dark Green #033319
RGB
CMYK
RGB Variations
Color information
#033319 (or 0x033319) is known color: Dark Green. HEX triplet: 03, 33 and 19. RGB value is (3,51,25). Sum of RGB (Red+Green+Blue) = 3+51+25=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 51 (20.31% from 255 or 64.56% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 51 - color contains mainly: green. Hex color #033319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033319 is #FCCCE6. Grayscale: #212121. Windows color (decimal): -16567527 or 1651459. OLE color: 1651459.
HSL color Cylindrical-coordinate representation of color #033319: hue angle of 147.5º 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 #033319 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 51 | 25 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.8 |
| HSL | 147.5º | 0.89% | 0.11% | - |
| HSV(B) | 147.5º | 0.94% | 0.2% | - |
| XYZ | 1.4 | 2.46 | 1.32 | - |
| YUV | 33.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 25 | 0.94 | 0 | 0.51 | 0.8 | 147.5 | 0.89 | 0.11 |
| Hex | 3 | 33 | 19 | 5E | 0 | 33 | 50 | 94 | 59 | B |
| Octal | 3 | 63 | 31 | 136 | 0 | 63 | 120 | 224 | 131 | 13 |
| Binary | 11 | 110011 | 11001 | 1011110 | 0 | 110011 | 1010000 | 10010100 | 1011001 | 1011 |
Color Harmonies of #033319
Complementary color
Monochromatic Colors of #033319
Black with #033319
Text Example
Text Example
White with #033319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033319; }
p { color: rgb(3,51,25); }
H1.HeaderClassName
{
color: #033319;
}
.AnyTagClassName
{
color: #033319;
}
</style>
background-color css
<style>
a { background-color: #033319; }
a { background-color: rgb(3,51,25); }
div.DivClassName
{
background-color: #033319;
}
.BgClassName
{
background-color: #033319;
}
</style>
border-color css
<style>
span { border-color: #033319; }
span { border-color: rgb(3,51,25); }
td.TdClassName
{
border-color: #033319;
}
.TagClassName
{
border-color: #033319;
}
</style>