Shades of Dark Green #081F1D
Tints of Dark Green #081F1D
RGB
CMYK
RGB Variations
Color information
#081F1D (or 0x081F1D) is known color: Dark Green. HEX triplet: 08, 1F and 1D. RGB value is (8,31,29). Sum of RGB (Red+Green+Blue) = 8+31+29=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 31 - color contains mainly: green. Hex color #081F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F1D is #F7E0E2. Grayscale: #171717. Windows color (decimal): -16244963 or 1908488. OLE color: 1908488.
HSL color Cylindrical-coordinate representation of color #081F1D: hue angle of 174.78º 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 #081F1D is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 31 | 29 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.88 |
| HSL | 174.78º | 0.59% | 0.08% | - |
| HSV(B) | 174.78º | 0.74% | 0.12% | - |
| XYZ | 0.81 | 1.12 | 1.34 | - |
| YUV | 23.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 29 | 0.74 | 0 | 0.06 | 0.88 | 174.78 | 0.59 | 0.08 |
| Hex | 8 | 1F | 1D | 4A | 0 | 6 | 58 | AF | 3B | 8 |
| Octal | 10 | 37 | 35 | 112 | 0 | 6 | 130 | 257 | 73 | 10 |
| Binary | 1000 | 11111 | 11101 | 1001010 | 0 | 110 | 1011000 | 10101111 | 111011 | 1000 |
Color Harmonies of #081F1D
Complementary color
Monochromatic Colors of #081F1D
Black with #081F1D
Text Example
Text Example
White with #081F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F1D; }
p { color: rgb(8,31,29); }
H1.HeaderClassName
{
color: #081F1D;
}
.AnyTagClassName
{
color: #081F1D;
}
</style>
background-color css
<style>
a { background-color: #081F1D; }
a { background-color: rgb(8,31,29); }
div.DivClassName
{
background-color: #081F1D;
}
.BgClassName
{
background-color: #081F1D;
}
</style>
border-color css
<style>
span { border-color: #081F1D; }
span { border-color: rgb(8,31,29); }
td.TdClassName
{
border-color: #081F1D;
}
.TagClassName
{
border-color: #081F1D;
}
</style>