Shades of Dark Green #081E1B
Tints of Dark Green #081E1B
RGB
CMYK
RGB Variations
Color information
#081E1B (or 0x081E1B) is known color: Dark Green. HEX triplet: 08, 1E and 1B. RGB value is (8,30,27). Sum of RGB (Red+Green+Blue) = 8+30+27=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #081E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E1B is #F7E1E4. Grayscale: #171717. Windows color (decimal): -16245221 or 1777160. OLE color: 1777160.
HSL color Cylindrical-coordinate representation of color #081E1B: hue angle of 171.82º 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 #081E1B is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 30 | 27 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.88 |
| HSL | 171.82º | 0.58% | 0.07% | - |
| HSV(B) | 171.82º | 0.73% | 0.12% | - |
| XYZ | 0.76 | 1.06 | 1.2 | - |
| YUV | 23.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 27 | 0.73 | 0 | 0.10 | 0.88 | 171.82 | 0.58 | 0.07 |
| Hex | 8 | 1E | 1B | 49 | 0 | A | 58 | AC | 3A | 7 |
| Octal | 10 | 36 | 33 | 111 | 0 | 12 | 130 | 254 | 72 | 7 |
| Binary | 1000 | 11110 | 11011 | 1001001 | 0 | 1010 | 1011000 | 10101100 | 111010 | 111 |
Color Harmonies of #081E1B
Complementary color
Monochromatic Colors of #081E1B
Black with #081E1B
Text Example
Text Example
White with #081E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E1B; }
p { color: rgb(8,30,27); }
H1.HeaderClassName
{
color: #081E1B;
}
.AnyTagClassName
{
color: #081E1B;
}
</style>
background-color css
<style>
a { background-color: #081E1B; }
a { background-color: rgb(8,30,27); }
div.DivClassName
{
background-color: #081E1B;
}
.BgClassName
{
background-color: #081E1B;
}
</style>
border-color css
<style>
span { border-color: #081E1B; }
span { border-color: rgb(8,30,27); }
td.TdClassName
{
border-color: #081E1B;
}
.TagClassName
{
border-color: #081E1B;
}
</style>