Shades of Dark Green #03291D
Tints of Dark Green #03291D
RGB
CMYK
RGB Variations
Color information
#03291D (or 0x03291D) is known color: Dark Green. HEX triplet: 03, 29 and 1D. RGB value is (3,41,29). Sum of RGB (Red+Green+Blue) = 3+41+29=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 41 (16.41% from 255 or 56.16% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 41 - color contains mainly: green. Hex color #03291D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03291D is #FCD6E2. Grayscale: #1C1C1C. Windows color (decimal): -16570083 or 1911043. OLE color: 1911043.
HSL color Cylindrical-coordinate representation of color #03291D: hue angle of 161.05º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03291D is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 41 | 29 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.84 |
| HSL | 161.05º | 0.86% | 0.09% | - |
| HSV(B) | 161.05º | 0.93% | 0.16% | - |
| XYZ | 1.05 | 1.69 | 1.43 | - |
| YUV | 28.27 | 128.41 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 29 | 0.93 | 0 | 0.29 | 0.84 | 161.05 | 0.86 | 0.09 |
| Hex | 3 | 29 | 1D | 5D | 0 | 1D | 54 | A1 | 56 | 9 |
| Octal | 3 | 51 | 35 | 135 | 0 | 35 | 124 | 241 | 126 | 11 |
| Binary | 11 | 101001 | 11101 | 1011101 | 0 | 11101 | 1010100 | 10100001 | 1010110 | 1001 |
Color Harmonies of #03291D
Complementary color
Monochromatic Colors of #03291D
Black with #03291D
Text Example
Text Example
White with #03291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03291D; }
p { color: rgb(3,41,29); }
H1.HeaderClassName
{
color: #03291D;
}
.AnyTagClassName
{
color: #03291D;
}
</style>
background-color css
<style>
a { background-color: #03291D; }
a { background-color: rgb(3,41,29); }
div.DivClassName
{
background-color: #03291D;
}
.BgClassName
{
background-color: #03291D;
}
</style>
border-color css
<style>
span { border-color: #03291D; }
span { border-color: rgb(3,41,29); }
td.TdClassName
{
border-color: #03291D;
}
.TagClassName
{
border-color: #03291D;
}
</style>