Shades of Dark Green #081A17
Tints of Dark Green #081A17
RGB
CMYK
RGB Variations
Color information
#081A17 (or 0x081A17) is known color: Dark Green. HEX triplet: 08, 1A and 17. RGB value is (8,26,23). Sum of RGB (Red+Green+Blue) = 8+26+23=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 26 - color contains mainly: green. Hex color #081A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A17 is #F7E5E8. Grayscale: #141414. Windows color (decimal): -16246249 or 1513992. OLE color: 1513992.
HSL color Cylindrical-coordinate representation of color #081A17: hue angle of 170º 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 #081A17 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 26 | 23 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.90 |
| HSL | 170º | 0.53% | 0.07% | - |
| HSV(B) | 170º | 0.69% | 0.1% | - |
| XYZ | 0.62 | 0.85 | 0.94 | - |
| YUV | 20.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 23 | 0.69 | 0 | 0.12 | 0.90 | 170 | 0.53 | 0.07 |
| Hex | 8 | 1A | 17 | 45 | 0 | C | 5A | AA | 35 | 7 |
| Octal | 10 | 32 | 27 | 105 | 0 | 14 | 132 | 252 | 65 | 7 |
| Binary | 1000 | 11010 | 10111 | 1000101 | 0 | 1100 | 1011010 | 10101010 | 110101 | 111 |
Color Harmonies of #081A17
Complementary color
Monochromatic Colors of #081A17
Black with #081A17
Text Example
Text Example
White with #081A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A17; }
p { color: rgb(8,26,23); }
H1.HeaderClassName
{
color: #081A17;
}
.AnyTagClassName
{
color: #081A17;
}
</style>
background-color css
<style>
a { background-color: #081A17; }
a { background-color: rgb(8,26,23); }
div.DivClassName
{
background-color: #081A17;
}
.BgClassName
{
background-color: #081A17;
}
</style>
border-color css
<style>
span { border-color: #081A17; }
span { border-color: rgb(8,26,23); }
td.TdClassName
{
border-color: #081A17;
}
.TagClassName
{
border-color: #081A17;
}
</style>