Shades of Dark Green #033224
Tints of Dark Green #033224
RGB
CMYK
RGB Variations
Color information
#033224 (or 0x033224) is known color: Dark Green. HEX triplet: 03, 32 and 24. RGB value is (3,50,36). Sum of RGB (Red+Green+Blue) = 3+50+36=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #033224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033224 is #FCCDDB. Grayscale: #222222. Windows color (decimal): -16567772 or 2372099. OLE color: 2372099.
HSL color Cylindrical-coordinate representation of color #033224: hue angle of 162.13º 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 #033224 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 36 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.80 |
| HSL | 162.13º | 0.89% | 0.1% | - |
| HSV(B) | 162.13º | 0.94% | 0.2% | - |
| XYZ | 1.5 | 2.43 | 2.06 | - |
| YUV | 34.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 36 | 0.94 | 0 | 0.28 | 0.80 | 162.13 | 0.89 | 0.1 |
| Hex | 3 | 32 | 24 | 5E | 0 | 1C | 50 | A2 | 59 | A |
| Octal | 3 | 62 | 44 | 136 | 0 | 34 | 120 | 242 | 131 | 12 |
| Binary | 11 | 110010 | 100100 | 1011110 | 0 | 11100 | 1010000 | 10100010 | 1011001 | 1010 |
Color Harmonies of #033224
Complementary color
Monochromatic Colors of #033224
Black with #033224
Text Example
Text Example
White with #033224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033224; }
p { color: rgb(3,50,36); }
H1.HeaderClassName
{
color: #033224;
}
.AnyTagClassName
{
color: #033224;
}
</style>
background-color css
<style>
a { background-color: #033224; }
a { background-color: rgb(3,50,36); }
div.DivClassName
{
background-color: #033224;
}
.BgClassName
{
background-color: #033224;
}
</style>
border-color css
<style>
span { border-color: #033224; }
span { border-color: rgb(3,50,36); }
td.TdClassName
{
border-color: #033224;
}
.TagClassName
{
border-color: #033224;
}
</style>