Shades of Dark Green #03352D
Tints of Dark Green #03352D
RGB
CMYK
RGB Variations
Color information
#03352D (or 0x03352D) is known color: Dark Green. HEX triplet: 03, 35 and 2D. RGB value is (3,53,45). Sum of RGB (Red+Green+Blue) = 3+53+45=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #03352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03352D is #FCCAD2. Grayscale: #252525. Windows color (decimal): -16566995 or 2962691. OLE color: 2962691.
HSL color Cylindrical-coordinate representation of color #03352D: hue angle of 170.4º 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 #03352D is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 53 | 45 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.79 |
| HSL | 170.4º | 0.89% | 0.11% | - |
| HSV(B) | 170.4º | 0.94% | 0.21% | - |
| XYZ | 1.78 | 2.76 | 2.92 | - |
| YUV | 37.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 45 | 0.94 | 0 | 0.15 | 0.79 | 170.4 | 0.89 | 0.11 |
| Hex | 3 | 35 | 2D | 5E | 0 | F | 4F | AA | 59 | B |
| Octal | 3 | 65 | 55 | 136 | 0 | 17 | 117 | 252 | 131 | 13 |
| Binary | 11 | 110101 | 101101 | 1011110 | 0 | 1111 | 1001111 | 10101010 | 1011001 | 1011 |
Color Harmonies of #03352D
Complementary color
Monochromatic Colors of #03352D
Black with #03352D
Text Example
Text Example
White with #03352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03352D; }
p { color: rgb(3,53,45); }
H1.HeaderClassName
{
color: #03352D;
}
.AnyTagClassName
{
color: #03352D;
}
</style>
background-color css
<style>
a { background-color: #03352D; }
a { background-color: rgb(3,53,45); }
div.DivClassName
{
background-color: #03352D;
}
.BgClassName
{
background-color: #03352D;
}
</style>
border-color css
<style>
span { border-color: #03352D; }
span { border-color: rgb(3,53,45); }
td.TdClassName
{
border-color: #03352D;
}
.TagClassName
{
border-color: #03352D;
}
</style>