Shades of Dark Green #03332D
Tints of Dark Green #03332D
RGB
CMYK
RGB Variations
Color information
#03332D (or 0x03332D) is known color: Dark Green. HEX triplet: 03, 33 and 2D. RGB value is (3,51,45). Sum of RGB (Red+Green+Blue) = 3+51+45=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #03332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03332D is #FCCCD2. Grayscale: #232323. Windows color (decimal): -16567507 or 2962179. OLE color: 2962179.
HSL color Cylindrical-coordinate representation of color #03332D: hue angle of 172.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03332D is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 51 | 45 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.8 |
| HSL | 172.5º | 0.89% | 0.11% | - |
| HSV(B) | 172.5º | 0.94% | 0.2% | - |
| XYZ | 1.7 | 2.58 | 2.89 | - |
| YUV | 35.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 45 | 0.94 | 0 | 0.12 | 0.8 | 172.5 | 0.89 | 0.11 |
| Hex | 3 | 33 | 2D | 5E | 0 | C | 50 | AC | 59 | B |
| Octal | 3 | 63 | 55 | 136 | 0 | 14 | 120 | 254 | 131 | 13 |
| Binary | 11 | 110011 | 101101 | 1011110 | 0 | 1100 | 1010000 | 10101100 | 1011001 | 1011 |
Color Harmonies of #03332D
Complementary color
Monochromatic Colors of #03332D
Black with #03332D
Text Example
Text Example
White with #03332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03332D; }
p { color: rgb(3,51,45); }
H1.HeaderClassName
{
color: #03332D;
}
.AnyTagClassName
{
color: #03332D;
}
</style>
background-color css
<style>
a { background-color: #03332D; }
a { background-color: rgb(3,51,45); }
div.DivClassName
{
background-color: #03332D;
}
.BgClassName
{
background-color: #03332D;
}
</style>
border-color css
<style>
span { border-color: #03332D; }
span { border-color: rgb(3,51,45); }
td.TdClassName
{
border-color: #03332D;
}
.TagClassName
{
border-color: #03332D;
}
</style>