Shades of Dark Green #03352B
Tints of Dark Green #03352B
RGB
CMYK
RGB Variations
Color information
#03352B (or 0x03352B) is known color: Dark Green. HEX triplet: 03, 35 and 2B. RGB value is (3,53,43). Sum of RGB (Red+Green+Blue) = 3+53+43=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #03352B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03352B is #FCCAD4. Grayscale: #242424. Windows color (decimal): -16566997 or 2831619. OLE color: 2831619.
HSL color Cylindrical-coordinate representation of color #03352B: hue angle of 168º 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 #03352B is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 53 | 43 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.79 |
| HSL | 168º | 0.89% | 0.11% | - |
| HSV(B) | 168º | 0.94% | 0.21% | - |
| XYZ | 1.75 | 2.74 | 2.72 | - |
| YUV | 36.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 43 | 0.94 | 0 | 0.19 | 0.79 | 168 | 0.89 | 0.11 |
| Hex | 3 | 35 | 2B | 5E | 0 | 13 | 4F | A8 | 59 | B |
| Octal | 3 | 65 | 53 | 136 | 0 | 23 | 117 | 250 | 131 | 13 |
| Binary | 11 | 110101 | 101011 | 1011110 | 0 | 10011 | 1001111 | 10101000 | 1011001 | 1011 |
Color Harmonies of #03352B
Complementary color
Monochromatic Colors of #03352B
Black with #03352B
Text Example
Text Example
White with #03352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03352B; }
p { color: rgb(3,53,43); }
H1.HeaderClassName
{
color: #03352B;
}
.AnyTagClassName
{
color: #03352B;
}
</style>
background-color css
<style>
a { background-color: #03352B; }
a { background-color: rgb(3,53,43); }
div.DivClassName
{
background-color: #03352B;
}
.BgClassName
{
background-color: #03352B;
}
</style>
border-color css
<style>
span { border-color: #03352B; }
span { border-color: rgb(3,53,43); }
td.TdClassName
{
border-color: #03352B;
}
.TagClassName
{
border-color: #03352B;
}
</style>