Shades of Dark Green #03332F
Tints of Dark Green #03332F
RGB
CMYK
RGB Variations
Color information
#03332F (or 0x03332F) is known color: Dark Green. HEX triplet: 03, 33 and 2F. RGB value is (3,51,47). Sum of RGB (Red+Green+Blue) = 3+51+47=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #03332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03332F is #FCCCD0. Grayscale: #242424. Windows color (decimal): -16567505 or 3093251. OLE color: 3093251.
HSL color Cylindrical-coordinate representation of color #03332F: hue angle of 175º 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 #03332F is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 51 | 47 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.8 |
| HSL | 175º | 0.89% | 0.11% | - |
| HSV(B) | 175º | 0.94% | 0.2% | - |
| XYZ | 1.73 | 2.59 | 3.1 | - |
| YUV | 36.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 47 | 0.94 | 0 | 0.08 | 0.8 | 175 | 0.89 | 0.11 |
| Hex | 3 | 33 | 2F | 5E | 0 | 8 | 50 | AF | 59 | B |
| Octal | 3 | 63 | 57 | 136 | 0 | 10 | 120 | 257 | 131 | 13 |
| Binary | 11 | 110011 | 101111 | 1011110 | 0 | 1000 | 1010000 | 10101111 | 1011001 | 1011 |
Color Harmonies of #03332F
Complementary color
Monochromatic Colors of #03332F
Black with #03332F
Text Example
Text Example
White with #03332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03332F; }
p { color: rgb(3,51,47); }
H1.HeaderClassName
{
color: #03332F;
}
.AnyTagClassName
{
color: #03332F;
}
</style>
background-color css
<style>
a { background-color: #03332F; }
a { background-color: rgb(3,51,47); }
div.DivClassName
{
background-color: #03332F;
}
.BgClassName
{
background-color: #03332F;
}
</style>
border-color css
<style>
span { border-color: #03332F; }
span { border-color: rgb(3,51,47); }
td.TdClassName
{
border-color: #03332F;
}
.TagClassName
{
border-color: #03332F;
}
</style>