Shades of Dark Green #081F1C
Tints of Dark Green #081F1C
RGB
CMYK
RGB Variations
Color information
#081F1C (or 0x081F1C) is known color: Dark Green. HEX triplet: 08, 1F and 1C. RGB value is (8,31,28). Sum of RGB (Red+Green+Blue) = 8+31+28=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 31 - color contains mainly: green. Hex color #081F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F1C is #F7E0E3. Grayscale: #171717. Windows color (decimal): -16244964 or 1842952. OLE color: 1842952.
HSL color Cylindrical-coordinate representation of color #081F1C: hue angle of 172.17º 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 #081F1C is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 31 | 28 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.88 |
| HSL | 172.17º | 0.59% | 0.08% | - |
| HSV(B) | 172.17º | 0.74% | 0.12% | - |
| XYZ | 0.8 | 1.12 | 1.27 | - |
| YUV | 23.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 28 | 0.74 | 0 | 0.10 | 0.88 | 172.17 | 0.59 | 0.08 |
| Hex | 8 | 1F | 1C | 4A | 0 | A | 58 | AC | 3B | 8 |
| Octal | 10 | 37 | 34 | 112 | 0 | 12 | 130 | 254 | 73 | 10 |
| Binary | 1000 | 11111 | 11100 | 1001010 | 0 | 1010 | 1011000 | 10101100 | 111011 | 1000 |
Color Harmonies of #081F1C
Complementary color
Monochromatic Colors of #081F1C
Black with #081F1C
Text Example
Text Example
White with #081F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F1C; }
p { color: rgb(8,31,28); }
H1.HeaderClassName
{
color: #081F1C;
}
.AnyTagClassName
{
color: #081F1C;
}
</style>
background-color css
<style>
a { background-color: #081F1C; }
a { background-color: rgb(8,31,28); }
div.DivClassName
{
background-color: #081F1C;
}
.BgClassName
{
background-color: #081F1C;
}
</style>
border-color css
<style>
span { border-color: #081F1C; }
span { border-color: rgb(8,31,28); }
td.TdClassName
{
border-color: #081F1C;
}
.TagClassName
{
border-color: #081F1C;
}
</style>