Shades of Dark Green #03322A
Tints of Dark Green #03322A
RGB
CMYK
RGB Variations
Color information
#03322A (or 0x03322A) is known color: Dark Green. HEX triplet: 03, 32 and 2A. RGB value is (3,50,42). Sum of RGB (Red+Green+Blue) = 3+50+42=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #03322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03322A is #FCCDD5. Grayscale: #232323. Windows color (decimal): -16567766 or 2765315. OLE color: 2765315.
HSL color Cylindrical-coordinate representation of color #03322A: hue angle of 169.79º 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 #03322A is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 42 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.80 |
| HSL | 169.79º | 0.89% | 0.1% | - |
| HSV(B) | 169.79º | 0.94% | 0.2% | - |
| XYZ | 1.6 | 2.47 | 2.58 | - |
| YUV | 35.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 42 | 0.94 | 0 | 0.16 | 0.80 | 169.79 | 0.89 | 0.1 |
| Hex | 3 | 32 | 2A | 5E | 0 | 10 | 50 | AA | 59 | A |
| Octal | 3 | 62 | 52 | 136 | 0 | 20 | 120 | 252 | 131 | 12 |
| Binary | 11 | 110010 | 101010 | 1011110 | 0 | 10000 | 1010000 | 10101010 | 1011001 | 1010 |
Color Harmonies of #03322A
Complementary color
Monochromatic Colors of #03322A
Black with #03322A
Text Example
Text Example
White with #03322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03322A; }
p { color: rgb(3,50,42); }
H1.HeaderClassName
{
color: #03322A;
}
.AnyTagClassName
{
color: #03322A;
}
</style>
background-color css
<style>
a { background-color: #03322A; }
a { background-color: rgb(3,50,42); }
div.DivClassName
{
background-color: #03322A;
}
.BgClassName
{
background-color: #03322A;
}
</style>
border-color css
<style>
span { border-color: #03322A; }
span { border-color: rgb(3,50,42); }
td.TdClassName
{
border-color: #03322A;
}
.TagClassName
{
border-color: #03322A;
}
</style>