Shades of Dark Green #033228
Tints of Dark Green #033228
RGB
CMYK
RGB Variations
Color information
#033228 (or 0x033228) is known color: Dark Green. HEX triplet: 03, 32 and 28. RGB value is (3,50,40). Sum of RGB (Red+Green+Blue) = 3+50+40=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #033228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033228 is #FCCDD7. Grayscale: #222222. Windows color (decimal): -16567768 or 2634243. OLE color: 2634243.
HSL color Cylindrical-coordinate representation of color #033228: hue angle of 167.23º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033228 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 40 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.80 |
| HSL | 167.23º | 0.89% | 0.1% | - |
| HSV(B) | 167.23º | 0.94% | 0.2% | - |
| XYZ | 1.56 | 2.45 | 2.4 | - |
| YUV | 34.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 40 | 0.94 | 0 | 0.20 | 0.80 | 167.23 | 0.89 | 0.1 |
| Hex | 3 | 32 | 28 | 5E | 0 | 14 | 50 | A7 | 59 | A |
| Octal | 3 | 62 | 50 | 136 | 0 | 24 | 120 | 247 | 131 | 12 |
| Binary | 11 | 110010 | 101000 | 1011110 | 0 | 10100 | 1010000 | 10100111 | 1011001 | 1010 |
Color Harmonies of #033228
Complementary color
Monochromatic Colors of #033228
Black with #033228
Text Example
Text Example
White with #033228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033228; }
p { color: rgb(3,50,40); }
H1.HeaderClassName
{
color: #033228;
}
.AnyTagClassName
{
color: #033228;
}
</style>
background-color css
<style>
a { background-color: #033228; }
a { background-color: rgb(3,50,40); }
div.DivClassName
{
background-color: #033228;
}
.BgClassName
{
background-color: #033228;
}
</style>
border-color css
<style>
span { border-color: #033228; }
span { border-color: rgb(3,50,40); }
td.TdClassName
{
border-color: #033228;
}
.TagClassName
{
border-color: #033228;
}
</style>