Shades of Dark Green #081A0E
Tints of Dark Green #081A0E
RGB
CMYK
RGB Variations
Color information
#081A0E (or 0x081A0E) is known color: Dark Green. HEX triplet: 08, 1A and 0E. RGB value is (8,26,14). Sum of RGB (Red+Green+Blue) = 8+26+14=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #081A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A0E is #F7E5F1. Grayscale: #131313. Windows color (decimal): -16246258 or 924168. OLE color: 924168.
HSL color Cylindrical-coordinate representation of color #081A0E: hue angle of 140º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #081A0E is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 26 | 14 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.90 |
| HSL | 140º | 0.53% | 0.07% | - |
| HSV(B) | 140º | 0.69% | 0.1% | - |
| XYZ | 0.55 | 0.82 | 0.55 | - |
| YUV | 19.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 14 | 0.69 | 0 | 0.46 | 0.90 | 140 | 0.53 | 0.07 |
| Hex | 8 | 1A | E | 45 | 0 | 2E | 5A | 8C | 35 | 7 |
| Octal | 10 | 32 | 16 | 105 | 0 | 56 | 132 | 214 | 65 | 7 |
| Binary | 1000 | 11010 | 1110 | 1000101 | 0 | 101110 | 1011010 | 10001100 | 110101 | 111 |
Color Harmonies of #081A0E
Complementary color
Monochromatic Colors of #081A0E
Black with #081A0E
Text Example
Text Example
White with #081A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A0E; }
p { color: rgb(8,26,14); }
H1.HeaderClassName
{
color: #081A0E;
}
.AnyTagClassName
{
color: #081A0E;
}
</style>
background-color css
<style>
a { background-color: #081A0E; }
a { background-color: rgb(8,26,14); }
div.DivClassName
{
background-color: #081A0E;
}
.BgClassName
{
background-color: #081A0E;
}
</style>
border-color css
<style>
span { border-color: #081A0E; }
span { border-color: rgb(8,26,14); }
td.TdClassName
{
border-color: #081A0E;
}
.TagClassName
{
border-color: #081A0E;
}
</style>