Shades of Dark Green #081F10
Tints of Dark Green #081F10
RGB
CMYK
RGB Variations
Color information
#081F10 (or 0x081F10) is known color: Dark Green. HEX triplet: 08, 1F and 10. RGB value is (8,31,16). Sum of RGB (Red+Green+Blue) = 8+31+16=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #081F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081F10 is #F7E0EF. Grayscale: #161616. Windows color (decimal): -16244976 or 1056520. OLE color: 1056520.
HSL color Cylindrical-coordinate representation of color #081F10: hue angle of 140.87º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081F10 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 31 | 16 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.88 |
| HSL | 140.87º | 0.59% | 0.08% | - |
| HSV(B) | 140.87º | 0.74% | 0.12% | - |
| XYZ | 0.68 | 1.07 | 0.66 | - |
| YUV | 22.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 16 | 0.74 | 0 | 0.48 | 0.88 | 140.87 | 0.59 | 0.08 |
| Hex | 8 | 1F | 10 | 4A | 0 | 30 | 58 | 8D | 3B | 8 |
| Octal | 10 | 37 | 20 | 112 | 0 | 60 | 130 | 215 | 73 | 10 |
| Binary | 1000 | 11111 | 10000 | 1001010 | 0 | 110000 | 1011000 | 10001101 | 111011 | 1000 |
Color Harmonies of #081F10
Complementary color
Monochromatic Colors of #081F10
Black with #081F10
Text Example
Text Example
White with #081F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F10; }
p { color: rgb(8,31,16); }
H1.HeaderClassName
{
color: #081F10;
}
.AnyTagClassName
{
color: #081F10;
}
</style>
background-color css
<style>
a { background-color: #081F10; }
a { background-color: rgb(8,31,16); }
div.DivClassName
{
background-color: #081F10;
}
.BgClassName
{
background-color: #081F10;
}
</style>
border-color css
<style>
span { border-color: #081F10; }
span { border-color: rgb(8,31,16); }
td.TdClassName
{
border-color: #081F10;
}
.TagClassName
{
border-color: #081F10;
}
</style>