Shades of Dark Green #03362F
Tints of Dark Green #03362F
RGB
CMYK
RGB Variations
Color information
#03362F (or 0x03362F) is known color: Dark Green. HEX triplet: 03, 36 and 2F. RGB value is (3,54,47). Sum of RGB (Red+Green+Blue) = 3+54+47=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #03362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03362F is #FCC9D0. Grayscale: #252525. Windows color (decimal): -16566737 or 3094019. OLE color: 3094019.
HSL color Cylindrical-coordinate representation of color #03362F: hue angle of 171.76º 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 #03362F is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 54 | 47 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.79 |
| HSL | 171.76º | 0.89% | 0.11% | - |
| HSV(B) | 171.76º | 0.94% | 0.21% | - |
| XYZ | 1.87 | 2.86 | 3.14 | - |
| YUV | 37.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 47 | 0.94 | 0 | 0.13 | 0.79 | 171.76 | 0.89 | 0.11 |
| Hex | 3 | 36 | 2F | 5E | 0 | D | 4F | AC | 59 | B |
| Octal | 3 | 66 | 57 | 136 | 0 | 15 | 117 | 254 | 131 | 13 |
| Binary | 11 | 110110 | 101111 | 1011110 | 0 | 1101 | 1001111 | 10101100 | 1011001 | 1011 |
Color Harmonies of #03362F
Complementary color
Monochromatic Colors of #03362F
Black with #03362F
Text Example
Text Example
White with #03362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03362F; }
p { color: rgb(3,54,47); }
H1.HeaderClassName
{
color: #03362F;
}
.AnyTagClassName
{
color: #03362F;
}
</style>
background-color css
<style>
a { background-color: #03362F; }
a { background-color: rgb(3,54,47); }
div.DivClassName
{
background-color: #03362F;
}
.BgClassName
{
background-color: #03362F;
}
</style>
border-color css
<style>
span { border-color: #03362F; }
span { border-color: rgb(3,54,47); }
td.TdClassName
{
border-color: #03362F;
}
.TagClassName
{
border-color: #03362F;
}
</style>