Shades of Dark Green #081E1D
Tints of Dark Green #081E1D
RGB
CMYK
RGB Variations
Color information
#081E1D (or 0x081E1D) is known color: Dark Green. HEX triplet: 08, 1E and 1D. RGB value is (8,30,29). Sum of RGB (Red+Green+Blue) = 8+30+29=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #081E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E1D is #F7E1E2. Grayscale: #171717. Windows color (decimal): -16245219 or 1908232. OLE color: 1908232.
HSL color Cylindrical-coordinate representation of color #081E1D: hue angle of 177.27º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #081E1D is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 30 | 29 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.88 |
| HSL | 177.27º | 0.58% | 0.07% | - |
| HSV(B) | 177.27º | 0.73% | 0.12% | - |
| XYZ | 0.79 | 1.07 | 1.33 | - |
| YUV | 23.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 29 | 0.73 | 0 | 0.03 | 0.88 | 177.27 | 0.58 | 0.07 |
| Hex | 8 | 1E | 1D | 49 | 0 | 3 | 58 | B1 | 3A | 7 |
| Octal | 10 | 36 | 35 | 111 | 0 | 3 | 130 | 261 | 72 | 7 |
| Binary | 1000 | 11110 | 11101 | 1001001 | 0 | 11 | 1011000 | 10110001 | 111010 | 111 |
Color Harmonies of #081E1D
Complementary color
Monochromatic Colors of #081E1D
Black with #081E1D
Text Example
Text Example
White with #081E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E1D; }
p { color: rgb(8,30,29); }
H1.HeaderClassName
{
color: #081E1D;
}
.AnyTagClassName
{
color: #081E1D;
}
</style>
background-color css
<style>
a { background-color: #081E1D; }
a { background-color: rgb(8,30,29); }
div.DivClassName
{
background-color: #081E1D;
}
.BgClassName
{
background-color: #081E1D;
}
</style>
border-color css
<style>
span { border-color: #081E1D; }
span { border-color: rgb(8,30,29); }
td.TdClassName
{
border-color: #081E1D;
}
.TagClassName
{
border-color: #081E1D;
}
</style>