Shades of Dark Green #03362E
Tints of Dark Green #03362E
RGB
CMYK
RGB Variations
Color information
#03362E (or 0x03362E) is known color: Dark Green. HEX triplet: 03, 36 and 2E. RGB value is (3,54,46). Sum of RGB (Red+Green+Blue) = 3+54+46=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #03362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03362E is #FCC9D1. Grayscale: #252525. Windows color (decimal): -16566738 or 3028483. OLE color: 3028483.
HSL color Cylindrical-coordinate representation of color #03362E: hue angle of 170.59º 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 #03362E is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 54 | 46 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.79 |
| HSL | 170.59º | 0.89% | 0.11% | - |
| HSV(B) | 170.59º | 0.94% | 0.21% | - |
| XYZ | 1.85 | 2.85 | 3.04 | - |
| YUV | 37.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 46 | 0.94 | 0 | 0.15 | 0.79 | 170.59 | 0.89 | 0.11 |
| Hex | 3 | 36 | 2E | 5E | 0 | F | 4F | AB | 59 | B |
| Octal | 3 | 66 | 56 | 136 | 0 | 17 | 117 | 253 | 131 | 13 |
| Binary | 11 | 110110 | 101110 | 1011110 | 0 | 1111 | 1001111 | 10101011 | 1011001 | 1011 |
Color Harmonies of #03362E
Complementary color
Monochromatic Colors of #03362E
Black with #03362E
Text Example
Text Example
White with #03362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03362E; }
p { color: rgb(3,54,46); }
H1.HeaderClassName
{
color: #03362E;
}
.AnyTagClassName
{
color: #03362E;
}
</style>
background-color css
<style>
a { background-color: #03362E; }
a { background-color: rgb(3,54,46); }
div.DivClassName
{
background-color: #03362E;
}
.BgClassName
{
background-color: #03362E;
}
</style>
border-color css
<style>
span { border-color: #03362E; }
span { border-color: rgb(3,54,46); }
td.TdClassName
{
border-color: #03362E;
}
.TagClassName
{
border-color: #03362E;
}
</style>