Shades of Dark Green #03291B
Tints of Dark Green #03291B
RGB
CMYK
RGB Variations
Color information
#03291B (or 0x03291B) is known color: Dark Green. HEX triplet: 03, 29 and 1B. RGB value is (3,41,27). Sum of RGB (Red+Green+Blue) = 3+41+27=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 41 (16.41% from 255 or 57.75% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 41 - color contains mainly: green. Hex color #03291B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03291B is #FCD6E4. Grayscale: #1C1C1C. Windows color (decimal): -16570085 or 1779971. OLE color: 1779971.
HSL color Cylindrical-coordinate representation of color #03291B: hue angle of 157.89º 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 #03291B is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 41 | 27 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.84 |
| HSL | 157.89º | 0.86% | 0.09% | - |
| HSV(B) | 157.89º | 0.93% | 0.16% | - |
| XYZ | 1.03 | 1.68 | 1.31 | - |
| YUV | 28.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 27 | 0.93 | 0 | 0.34 | 0.84 | 157.89 | 0.86 | 0.09 |
| Hex | 3 | 29 | 1B | 5D | 0 | 22 | 54 | 9E | 56 | 9 |
| Octal | 3 | 51 | 33 | 135 | 0 | 42 | 124 | 236 | 126 | 11 |
| Binary | 11 | 101001 | 11011 | 1011101 | 0 | 100010 | 1010100 | 10011110 | 1010110 | 1001 |
Color Harmonies of #03291B
Complementary color
Monochromatic Colors of #03291B
Black with #03291B
Text Example
Text Example
White with #03291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03291B; }
p { color: rgb(3,41,27); }
H1.HeaderClassName
{
color: #03291B;
}
.AnyTagClassName
{
color: #03291B;
}
</style>
background-color css
<style>
a { background-color: #03291B; }
a { background-color: rgb(3,41,27); }
div.DivClassName
{
background-color: #03291B;
}
.BgClassName
{
background-color: #03291B;
}
</style>
border-color css
<style>
span { border-color: #03291B; }
span { border-color: rgb(3,41,27); }
td.TdClassName
{
border-color: #03291B;
}
.TagClassName
{
border-color: #03291B;
}
</style>