Shades of Dark Green #03332E
Tints of Dark Green #03332E
RGB
CMYK
RGB Variations
Color information
#03332E (or 0x03332E) is known color: Dark Green. HEX triplet: 03, 33 and 2E. RGB value is (3,51,46). Sum of RGB (Red+Green+Blue) = 3+51+46=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #03332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03332E is #FCCCD1. Grayscale: #242424. Windows color (decimal): -16567506 or 3027715. OLE color: 3027715.
HSL color Cylindrical-coordinate representation of color #03332E: hue angle of 173.75º 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 #03332E is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 51 | 46 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.8 |
| HSL | 173.75º | 0.89% | 0.11% | - |
| HSV(B) | 173.75º | 0.94% | 0.2% | - |
| XYZ | 1.71 | 2.58 | 2.99 | - |
| YUV | 36.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 46 | 0.94 | 0 | 0.10 | 0.8 | 173.75 | 0.89 | 0.11 |
| Hex | 3 | 33 | 2E | 5E | 0 | A | 50 | AE | 59 | B |
| Octal | 3 | 63 | 56 | 136 | 0 | 12 | 120 | 256 | 131 | 13 |
| Binary | 11 | 110011 | 101110 | 1011110 | 0 | 1010 | 1010000 | 10101110 | 1011001 | 1011 |
Color Harmonies of #03332E
Complementary color
Monochromatic Colors of #03332E
Black with #03332E
Text Example
Text Example
White with #03332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03332E; }
p { color: rgb(3,51,46); }
H1.HeaderClassName
{
color: #03332E;
}
.AnyTagClassName
{
color: #03332E;
}
</style>
background-color css
<style>
a { background-color: #03332E; }
a { background-color: rgb(3,51,46); }
div.DivClassName
{
background-color: #03332E;
}
.BgClassName
{
background-color: #03332E;
}
</style>
border-color css
<style>
span { border-color: #03332E; }
span { border-color: rgb(3,51,46); }
td.TdClassName
{
border-color: #03332E;
}
.TagClassName
{
border-color: #03332E;
}
</style>