Shades of Dark Green #081A15
Tints of Dark Green #081A15
RGB
CMYK
RGB Variations
Color information
#081A15 (or 0x081A15) is known color: Dark Green. HEX triplet: 08, 1A and 15. RGB value is (8,26,21). Sum of RGB (Red+Green+Blue) = 8+26+21=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #081A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A15 is #F7E5EA. Grayscale: #141414. Windows color (decimal): -16246251 or 1382920. OLE color: 1382920.
HSL color Cylindrical-coordinate representation of color #081A15: hue angle of 163.33º 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 #081A15 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 26 | 21 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.90 |
| HSL | 163.33º | 0.53% | 0.07% | - |
| HSV(B) | 163.33º | 0.69% | 0.1% | - |
| XYZ | 0.6 | 0.84 | 0.84 | - |
| YUV | 20.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 21 | 0.69 | 0 | 0.19 | 0.90 | 163.33 | 0.53 | 0.07 |
| Hex | 8 | 1A | 15 | 45 | 0 | 13 | 5A | A3 | 35 | 7 |
| Octal | 10 | 32 | 25 | 105 | 0 | 23 | 132 | 243 | 65 | 7 |
| Binary | 1000 | 11010 | 10101 | 1000101 | 0 | 10011 | 1011010 | 10100011 | 110101 | 111 |
Color Harmonies of #081A15
Complementary color
Monochromatic Colors of #081A15
Black with #081A15
Text Example
Text Example
White with #081A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A15; }
p { color: rgb(8,26,21); }
H1.HeaderClassName
{
color: #081A15;
}
.AnyTagClassName
{
color: #081A15;
}
</style>
background-color css
<style>
a { background-color: #081A15; }
a { background-color: rgb(8,26,21); }
div.DivClassName
{
background-color: #081A15;
}
.BgClassName
{
background-color: #081A15;
}
</style>
border-color css
<style>
span { border-color: #081A15; }
span { border-color: rgb(8,26,21); }
td.TdClassName
{
border-color: #081A15;
}
.TagClassName
{
border-color: #081A15;
}
</style>