Shades of Dark Green #03362D
Tints of Dark Green #03362D
RGB
CMYK
RGB Variations
Color information
#03362D (or 0x03362D) is known color: Dark Green. HEX triplet: 03, 36 and 2D. RGB value is (3,54,45). Sum of RGB (Red+Green+Blue) = 3+54+45=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #03362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03362D is #FCC9D2. Grayscale: #252525. Windows color (decimal): -16566739 or 2962947. OLE color: 2962947.
HSL color Cylindrical-coordinate representation of color #03362D: hue angle of 169.41º 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 #03362D is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 54 | 45 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.79 |
| HSL | 169.41º | 0.89% | 0.11% | - |
| HSV(B) | 169.41º | 0.94% | 0.21% | - |
| XYZ | 1.83 | 2.85 | 2.94 | - |
| YUV | 37.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 45 | 0.94 | 0 | 0.17 | 0.79 | 169.41 | 0.89 | 0.11 |
| Hex | 3 | 36 | 2D | 5E | 0 | 11 | 4F | A9 | 59 | B |
| Octal | 3 | 66 | 55 | 136 | 0 | 21 | 117 | 251 | 131 | 13 |
| Binary | 11 | 110110 | 101101 | 1011110 | 0 | 10001 | 1001111 | 10101001 | 1011001 | 1011 |
Color Harmonies of #03362D
Complementary color
Monochromatic Colors of #03362D
Black with #03362D
Text Example
Text Example
White with #03362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03362D; }
p { color: rgb(3,54,45); }
H1.HeaderClassName
{
color: #03362D;
}
.AnyTagClassName
{
color: #03362D;
}
</style>
background-color css
<style>
a { background-color: #03362D; }
a { background-color: rgb(3,54,45); }
div.DivClassName
{
background-color: #03362D;
}
.BgClassName
{
background-color: #03362D;
}
</style>
border-color css
<style>
span { border-color: #03362D; }
span { border-color: rgb(3,54,45); }
td.TdClassName
{
border-color: #03362D;
}
.TagClassName
{
border-color: #03362D;
}
</style>