Shades of Dark Green #00291E
Tints of Dark Green #00291E
RGB
CMYK
RGB Variations
Color information
#00291E (or 0x00291E) is known color: Dark Green. HEX triplet: 00, 29 and 1E. RGB value is (0,41,30). Sum of RGB (Red+Green+Blue) = 0+41+30=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 41 (16.41% from 255 or 57.75% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 41 - color contains mainly: green. Hex color #00291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00291E is #FFD6E1. Grayscale: #1B1B1B. Windows color (decimal): -16766690 or 1976576. OLE color: 1976576.
HSL color Cylindrical-coordinate representation of color #00291E: hue angle of 163.9º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00291E is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 41 | 30 | - |
| CMYK | 1 | 0 | 0.27 | 0.84 |
| HSL | 163.9º | 1% | 0.08% | - |
| HSV(B) | 163.9º | 1% | 0.16% | - |
| XYZ | 1.03 | 1.68 | 1.5 | - |
| YUV | 27.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 30 | 1 | 0 | 0.27 | 0.84 | 163.9 | 1 | 0.08 |
| Hex | 0 | 29 | 1E | 64 | 0 | 1B | 54 | A4 | 64 | 8 |
| Octal | 0 | 51 | 36 | 144 | 0 | 33 | 124 | 244 | 144 | 10 |
| Binary | 0 | 101001 | 11110 | 1100100 | 0 | 11011 | 1010100 | 10100100 | 1100100 | 1000 |
Color Harmonies of #00291E
Complementary color
Monochromatic Colors of #00291E
Black with #00291E
Text Example
Text Example
White with #00291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00291E; }
p { color: rgb(0,41,30); }
H1.HeaderClassName
{
color: #00291E;
}
.AnyTagClassName
{
color: #00291E;
}
</style>
background-color css
<style>
a { background-color: #00291E; }
a { background-color: rgb(0,41,30); }
div.DivClassName
{
background-color: #00291E;
}
.BgClassName
{
background-color: #00291E;
}
</style>
border-color css
<style>
span { border-color: #00291E; }
span { border-color: rgb(0,41,30); }
td.TdClassName
{
border-color: #00291E;
}
.TagClassName
{
border-color: #00291E;
}
</style>