Shades of Dark Green #033428
Tints of Dark Green #033428
RGB
CMYK
RGB Variations
Color information
#033428 (or 0x033428) is known color: Dark Green. HEX triplet: 03, 34 and 28. RGB value is (3,52,40). Sum of RGB (Red+Green+Blue) = 3+52+40=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #033428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033428 is #FCCBD7. Grayscale: #232323. Windows color (decimal): -16567256 or 2634755. OLE color: 2634755.
HSL color Cylindrical-coordinate representation of color #033428: hue angle of 165.31º 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 #033428 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 52 | 40 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.80 |
| HSL | 165.31º | 0.89% | 0.11% | - |
| HSV(B) | 165.31º | 0.94% | 0.2% | - |
| XYZ | 1.65 | 2.63 | 2.43 | - |
| YUV | 35.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 40 | 0.94 | 0 | 0.23 | 0.80 | 165.31 | 0.89 | 0.11 |
| Hex | 3 | 34 | 28 | 5E | 0 | 17 | 50 | A5 | 59 | B |
| Octal | 3 | 64 | 50 | 136 | 0 | 27 | 120 | 245 | 131 | 13 |
| Binary | 11 | 110100 | 101000 | 1011110 | 0 | 10111 | 1010000 | 10100101 | 1011001 | 1011 |
Color Harmonies of #033428
Complementary color
Monochromatic Colors of #033428
Black with #033428
Text Example
Text Example
White with #033428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033428; }
p { color: rgb(3,52,40); }
H1.HeaderClassName
{
color: #033428;
}
.AnyTagClassName
{
color: #033428;
}
</style>
background-color css
<style>
a { background-color: #033428; }
a { background-color: rgb(3,52,40); }
div.DivClassName
{
background-color: #033428;
}
.BgClassName
{
background-color: #033428;
}
</style>
border-color css
<style>
span { border-color: #033428; }
span { border-color: rgb(3,52,40); }
td.TdClassName
{
border-color: #033428;
}
.TagClassName
{
border-color: #033428;
}
</style>