Shades of Dark Green #081A19
Tints of Dark Green #081A19
RGB
CMYK
RGB Variations
Color information
#081A19 (or 0x081A19) is known color: Dark Green. HEX triplet: 08, 1A and 19. RGB value is (8,26,25). Sum of RGB (Red+Green+Blue) = 8+26+25=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 26 - color contains mainly: green. Hex color #081A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A19 is #F7E5E6. Grayscale: #141414. Windows color (decimal): -16246247 or 1645064. OLE color: 1645064.
HSL color Cylindrical-coordinate representation of color #081A19: hue angle of 176.67º 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 #081A19 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 26 | 25 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.90 |
| HSL | 176.67º | 0.53% | 0.07% | - |
| HSV(B) | 176.67º | 0.69% | 0.1% | - |
| XYZ | 0.65 | 0.86 | 1.05 | - |
| YUV | 20.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 25 | 0.69 | 0 | 0.04 | 0.90 | 176.67 | 0.53 | 0.07 |
| Hex | 8 | 1A | 19 | 45 | 0 | 4 | 5A | B1 | 35 | 7 |
| Octal | 10 | 32 | 31 | 105 | 0 | 4 | 132 | 261 | 65 | 7 |
| Binary | 1000 | 11010 | 11001 | 1000101 | 0 | 100 | 1011010 | 10110001 | 110101 | 111 |
Color Harmonies of #081A19
Complementary color
Monochromatic Colors of #081A19
Black with #081A19
Text Example
Text Example
White with #081A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A19; }
p { color: rgb(8,26,25); }
H1.HeaderClassName
{
color: #081A19;
}
.AnyTagClassName
{
color: #081A19;
}
</style>
background-color css
<style>
a { background-color: #081A19; }
a { background-color: rgb(8,26,25); }
div.DivClassName
{
background-color: #081A19;
}
.BgClassName
{
background-color: #081A19;
}
</style>
border-color css
<style>
span { border-color: #081A19; }
span { border-color: rgb(8,26,25); }
td.TdClassName
{
border-color: #081A19;
}
.TagClassName
{
border-color: #081A19;
}
</style>