Shades of Dark Green #03311D
Tints of Dark Green #03311D
RGB
CMYK
RGB Variations
Color information
#03311D (or 0x03311D) is known color: Dark Green. HEX triplet: 03, 31 and 1D. RGB value is (3,49,29). Sum of RGB (Red+Green+Blue) = 3+49+29=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #03311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03311D is #FCCEE2. Grayscale: #212121. Windows color (decimal): -16568035 or 1913091. OLE color: 1913091.
HSL color Cylindrical-coordinate representation of color #03311D: hue angle of 153.91º 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 #03311D is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 49 | 29 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.81 |
| HSL | 153.91º | 0.88% | 0.1% | - |
| HSV(B) | 153.91º | 0.94% | 0.19% | - |
| XYZ | 1.36 | 2.3 | 1.54 | - |
| YUV | 32.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 29 | 0.94 | 0 | 0.41 | 0.81 | 153.91 | 0.88 | 0.1 |
| Hex | 3 | 31 | 1D | 5E | 0 | 29 | 51 | 9A | 58 | A |
| Octal | 3 | 61 | 35 | 136 | 0 | 51 | 121 | 232 | 130 | 12 |
| Binary | 11 | 110001 | 11101 | 1011110 | 0 | 101001 | 1010001 | 10011010 | 1011000 | 1010 |
Color Harmonies of #03311D
Complementary color
Monochromatic Colors of #03311D
Black with #03311D
Text Example
Text Example
White with #03311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03311D; }
p { color: rgb(3,49,29); }
H1.HeaderClassName
{
color: #03311D;
}
.AnyTagClassName
{
color: #03311D;
}
</style>
background-color css
<style>
a { background-color: #03311D; }
a { background-color: rgb(3,49,29); }
div.DivClassName
{
background-color: #03311D;
}
.BgClassName
{
background-color: #03311D;
}
</style>
border-color css
<style>
span { border-color: #03311D; }
span { border-color: rgb(3,49,29); }
td.TdClassName
{
border-color: #03311D;
}
.TagClassName
{
border-color: #03311D;
}
</style>