Shades of Dark Green #03311E
Tints of Dark Green #03311E
RGB
CMYK
RGB Variations
Color information
#03311E (or 0x03311E) is known color: Dark Green. HEX triplet: 03, 31 and 1E. RGB value is (3,49,30). Sum of RGB (Red+Green+Blue) = 3+49+30=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #03311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03311E is #FCCEE1. Grayscale: #212121. Windows color (decimal): -16568034 or 1978627. OLE color: 1978627.
HSL color Cylindrical-coordinate representation of color #03311E: hue angle of 155.22º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03311E is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 49 | 30 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.81 |
| HSL | 155.22º | 0.88% | 0.1% | - |
| HSV(B) | 155.22º | 0.94% | 0.19% | - |
| XYZ | 1.37 | 2.31 | 1.6 | - |
| YUV | 33.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 30 | 0.94 | 0 | 0.39 | 0.81 | 155.22 | 0.88 | 0.1 |
| Hex | 3 | 31 | 1E | 5E | 0 | 27 | 51 | 9B | 58 | A |
| Octal | 3 | 61 | 36 | 136 | 0 | 47 | 121 | 233 | 130 | 12 |
| Binary | 11 | 110001 | 11110 | 1011110 | 0 | 100111 | 1010001 | 10011011 | 1011000 | 1010 |
Color Harmonies of #03311E
Complementary color
Monochromatic Colors of #03311E
Black with #03311E
Text Example
Text Example
White with #03311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03311E; }
p { color: rgb(3,49,30); }
H1.HeaderClassName
{
color: #03311E;
}
.AnyTagClassName
{
color: #03311E;
}
</style>
background-color css
<style>
a { background-color: #03311E; }
a { background-color: rgb(3,49,30); }
div.DivClassName
{
background-color: #03311E;
}
.BgClassName
{
background-color: #03311E;
}
</style>
border-color css
<style>
span { border-color: #03311E; }
span { border-color: rgb(3,49,30); }
td.TdClassName
{
border-color: #03311E;
}
.TagClassName
{
border-color: #03311E;
}
</style>