Shades of Dark Green #03352E
Tints of Dark Green #03352E
RGB
CMYK
RGB Variations
Color information
#03352E (or 0x03352E) is known color: Dark Green. HEX triplet: 03, 35 and 2E. RGB value is (3,53,46). Sum of RGB (Red+Green+Blue) = 3+53+46=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #03352E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03352E is #FCCAD1. Grayscale: #252525. Windows color (decimal): -16566994 or 3028227. OLE color: 3028227.
HSL color Cylindrical-coordinate representation of color #03352E: hue angle of 171.6º 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 #03352E is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 53 | 46 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.79 |
| HSL | 171.6º | 0.89% | 0.11% | - |
| HSV(B) | 171.6º | 0.94% | 0.21% | - |
| XYZ | 1.8 | 2.76 | 3.02 | - |
| YUV | 37.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 46 | 0.94 | 0 | 0.13 | 0.79 | 171.6 | 0.89 | 0.11 |
| Hex | 3 | 35 | 2E | 5E | 0 | D | 4F | AC | 59 | B |
| Octal | 3 | 65 | 56 | 136 | 0 | 15 | 117 | 254 | 131 | 13 |
| Binary | 11 | 110101 | 101110 | 1011110 | 0 | 1101 | 1001111 | 10101100 | 1011001 | 1011 |
Color Harmonies of #03352E
Complementary color
Monochromatic Colors of #03352E
Black with #03352E
Text Example
Text Example
White with #03352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03352E; }
p { color: rgb(3,53,46); }
H1.HeaderClassName
{
color: #03352E;
}
.AnyTagClassName
{
color: #03352E;
}
</style>
background-color css
<style>
a { background-color: #03352E; }
a { background-color: rgb(3,53,46); }
div.DivClassName
{
background-color: #03352E;
}
.BgClassName
{
background-color: #03352E;
}
</style>
border-color css
<style>
span { border-color: #03352E; }
span { border-color: rgb(3,53,46); }
td.TdClassName
{
border-color: #03352E;
}
.TagClassName
{
border-color: #03352E;
}
</style>