Shades of Dark Green #03352F
Tints of Dark Green #03352F
RGB
CMYK
RGB Variations
Color information
#03352F (or 0x03352F) is known color: Dark Green. HEX triplet: 03, 35 and 2F. RGB value is (3,53,47). Sum of RGB (Red+Green+Blue) = 3+53+47=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #03352F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03352F is #FCCAD0. Grayscale: #252525. Windows color (decimal): -16566993 or 3093763. OLE color: 3093763.
HSL color Cylindrical-coordinate representation of color #03352F: hue angle of 172.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03352F is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 53 | 47 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.79 |
| HSL | 172.8º | 0.89% | 0.11% | - |
| HSV(B) | 172.8º | 0.94% | 0.21% | - |
| XYZ | 1.82 | 2.77 | 3.13 | - |
| YUV | 37.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 47 | 0.94 | 0 | 0.11 | 0.79 | 172.8 | 0.89 | 0.11 |
| Hex | 3 | 35 | 2F | 5E | 0 | B | 4F | AD | 59 | B |
| Octal | 3 | 65 | 57 | 136 | 0 | 13 | 117 | 255 | 131 | 13 |
| Binary | 11 | 110101 | 101111 | 1011110 | 0 | 1011 | 1001111 | 10101101 | 1011001 | 1011 |
Color Harmonies of #03352F
Complementary color
Monochromatic Colors of #03352F
Black with #03352F
Text Example
Text Example
White with #03352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03352F; }
p { color: rgb(3,53,47); }
H1.HeaderClassName
{
color: #03352F;
}
.AnyTagClassName
{
color: #03352F;
}
</style>
background-color css
<style>
a { background-color: #03352F; }
a { background-color: rgb(3,53,47); }
div.DivClassName
{
background-color: #03352F;
}
.BgClassName
{
background-color: #03352F;
}
</style>
border-color css
<style>
span { border-color: #03352F; }
span { border-color: rgb(3,53,47); }
td.TdClassName
{
border-color: #03352F;
}
.TagClassName
{
border-color: #03352F;
}
</style>