Shades of Dark Green #03322D
Tints of Dark Green #03322D
RGB
CMYK
RGB Variations
Color information
#03322D (or 0x03322D) is known color: Dark Green. HEX triplet: 03, 32 and 2D. RGB value is (3,50,45). Sum of RGB (Red+Green+Blue) = 3+50+45=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #03322D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03322D is #FCCDD2. Grayscale: #232323. Windows color (decimal): -16567763 or 2961923. OLE color: 2961923.
HSL color Cylindrical-coordinate representation of color #03322D: hue angle of 173.62º 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 #03322D is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 45 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.80 |
| HSL | 173.62º | 0.89% | 0.1% | - |
| HSV(B) | 173.62º | 0.94% | 0.2% | - |
| XYZ | 1.65 | 2.49 | 2.88 | - |
| YUV | 35.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 45 | 0.94 | 0 | 0.10 | 0.80 | 173.62 | 0.89 | 0.1 |
| Hex | 3 | 32 | 2D | 5E | 0 | A | 50 | AE | 59 | A |
| Octal | 3 | 62 | 55 | 136 | 0 | 12 | 120 | 256 | 131 | 12 |
| Binary | 11 | 110010 | 101101 | 1011110 | 0 | 1010 | 1010000 | 10101110 | 1011001 | 1010 |
Color Harmonies of #03322D
Complementary color
Monochromatic Colors of #03322D
Black with #03322D
Text Example
Text Example
White with #03322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03322D; }
p { color: rgb(3,50,45); }
H1.HeaderClassName
{
color: #03322D;
}
.AnyTagClassName
{
color: #03322D;
}
</style>
background-color css
<style>
a { background-color: #03322D; }
a { background-color: rgb(3,50,45); }
div.DivClassName
{
background-color: #03322D;
}
.BgClassName
{
background-color: #03322D;
}
</style>
border-color css
<style>
span { border-color: #03322D; }
span { border-color: rgb(3,50,45); }
td.TdClassName
{
border-color: #03322D;
}
.TagClassName
{
border-color: #03322D;
}
</style>