Shades of Dark Green #03322C
Tints of Dark Green #03322C
RGB
CMYK
RGB Variations
Color information
#03322C (or 0x03322C) is known color: Dark Green. HEX triplet: 03, 32 and 2C. RGB value is (3,50,44). Sum of RGB (Red+Green+Blue) = 3+50+44=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #03322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03322C is #FCCDD3. Grayscale: #232323. Windows color (decimal): -16567764 or 2896387. OLE color: 2896387.
HSL color Cylindrical-coordinate representation of color #03322C: hue angle of 172.34º 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 #03322C is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 44 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.80 |
| HSL | 172.34º | 0.89% | 0.1% | - |
| HSV(B) | 172.34º | 0.94% | 0.2% | - |
| XYZ | 1.63 | 2.48 | 2.78 | - |
| YUV | 35.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 44 | 0.94 | 0 | 0.12 | 0.80 | 172.34 | 0.89 | 0.1 |
| Hex | 3 | 32 | 2C | 5E | 0 | C | 50 | AC | 59 | A |
| Octal | 3 | 62 | 54 | 136 | 0 | 14 | 120 | 254 | 131 | 12 |
| Binary | 11 | 110010 | 101100 | 1011110 | 0 | 1100 | 1010000 | 10101100 | 1011001 | 1010 |
Color Harmonies of #03322C
Complementary color
Monochromatic Colors of #03322C
Black with #03322C
Text Example
Text Example
White with #03322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03322C; }
p { color: rgb(3,50,44); }
H1.HeaderClassName
{
color: #03322C;
}
.AnyTagClassName
{
color: #03322C;
}
</style>
background-color css
<style>
a { background-color: #03322C; }
a { background-color: rgb(3,50,44); }
div.DivClassName
{
background-color: #03322C;
}
.BgClassName
{
background-color: #03322C;
}
</style>
border-color css
<style>
span { border-color: #03322C; }
span { border-color: rgb(3,50,44); }
td.TdClassName
{
border-color: #03322C;
}
.TagClassName
{
border-color: #03322C;
}
</style>