Shades of Dark Green #033317
Tints of Dark Green #033317
RGB
CMYK
RGB Variations
Color information
#033317 (or 0x033317) is known color: Dark Green. HEX triplet: 03, 33 and 17. RGB value is (3,51,23). Sum of RGB (Red+Green+Blue) = 3+51+23=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #033317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033317 is #FCCCE8. Grayscale: #212121. Windows color (decimal): -16567529 or 1520387. OLE color: 1520387.
HSL color Cylindrical-coordinate representation of color #033317: hue angle of 145º 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 #033317 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 51 | 23 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.8 |
| HSL | 145º | 0.89% | 0.11% | - |
| HSV(B) | 145º | 0.94% | 0.2% | - |
| XYZ | 1.38 | 2.45 | 1.21 | - |
| YUV | 33.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 23 | 0.94 | 0 | 0.55 | 0.8 | 145 | 0.89 | 0.11 |
| Hex | 3 | 33 | 17 | 5E | 0 | 37 | 50 | 91 | 59 | B |
| Octal | 3 | 63 | 27 | 136 | 0 | 67 | 120 | 221 | 131 | 13 |
| Binary | 11 | 110011 | 10111 | 1011110 | 0 | 110111 | 1010000 | 10010001 | 1011001 | 1011 |
Color Harmonies of #033317
Complementary color
Monochromatic Colors of #033317
Black with #033317
Text Example
Text Example
White with #033317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033317; }
p { color: rgb(3,51,23); }
H1.HeaderClassName
{
color: #033317;
}
.AnyTagClassName
{
color: #033317;
}
</style>
background-color css
<style>
a { background-color: #033317; }
a { background-color: rgb(3,51,23); }
div.DivClassName
{
background-color: #033317;
}
.BgClassName
{
background-color: #033317;
}
</style>
border-color css
<style>
span { border-color: #033317; }
span { border-color: rgb(3,51,23); }
td.TdClassName
{
border-color: #033317;
}
.TagClassName
{
border-color: #033317;
}
</style>