Shades of Dark Green #03322B
Tints of Dark Green #03322B
RGB
CMYK
RGB Variations
Color information
#03322B (or 0x03322B) is known color: Dark Green. HEX triplet: 03, 32 and 2B. RGB value is (3,50,43). Sum of RGB (Red+Green+Blue) = 3+50+43=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #03322B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03322B is #FCCDD4. Grayscale: #232323. Windows color (decimal): -16567765 or 2830851. OLE color: 2830851.
HSL color Cylindrical-coordinate representation of color #03322B: hue angle of 171.06º 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 #03322B is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 43 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.80 |
| HSL | 171.06º | 0.89% | 0.1% | - |
| HSV(B) | 171.06º | 0.94% | 0.2% | - |
| XYZ | 1.61 | 2.47 | 2.68 | - |
| YUV | 35.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 43 | 0.94 | 0 | 0.14 | 0.80 | 171.06 | 0.89 | 0.1 |
| Hex | 3 | 32 | 2B | 5E | 0 | E | 50 | AB | 59 | A |
| Octal | 3 | 62 | 53 | 136 | 0 | 16 | 120 | 253 | 131 | 12 |
| Binary | 11 | 110010 | 101011 | 1011110 | 0 | 1110 | 1010000 | 10101011 | 1011001 | 1010 |
Color Harmonies of #03322B
Complementary color
Monochromatic Colors of #03322B
Black with #03322B
Text Example
Text Example
White with #03322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03322B; }
p { color: rgb(3,50,43); }
H1.HeaderClassName
{
color: #03322B;
}
.AnyTagClassName
{
color: #03322B;
}
</style>
background-color css
<style>
a { background-color: #03322B; }
a { background-color: rgb(3,50,43); }
div.DivClassName
{
background-color: #03322B;
}
.BgClassName
{
background-color: #03322B;
}
</style>
border-color css
<style>
span { border-color: #03322B; }
span { border-color: rgb(3,50,43); }
td.TdClassName
{
border-color: #03322B;
}
.TagClassName
{
border-color: #03322B;
}
</style>