Shades of Dark Green #081D1C
Tints of Dark Green #081D1C
RGB
CMYK
RGB Variations
Color information
#081D1C (or 0x081D1C) is known color: Dark Green. HEX triplet: 08, 1D and 1C. RGB value is (8,29,28). Sum of RGB (Red+Green+Blue) = 8+29+28=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 29 - color contains mainly: green. Hex color #081D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D1C is #F7E2E3. Grayscale: #161616. Windows color (decimal): -16245476 or 1842440. OLE color: 1842440.
HSL color Cylindrical-coordinate representation of color #081D1C: hue angle of 177.14º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #081D1C is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 29 | 28 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.89 |
| HSL | 177.14º | 0.57% | 0.07% | - |
| HSV(B) | 177.14º | 0.72% | 0.11% | - |
| XYZ | 0.75 | 1.01 | 1.25 | - |
| YUV | 22.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 28 | 0.72 | 0 | 0.03 | 0.89 | 177.14 | 0.57 | 0.07 |
| Hex | 8 | 1D | 1C | 48 | 0 | 3 | 59 | B1 | 39 | 7 |
| Octal | 10 | 35 | 34 | 110 | 0 | 3 | 131 | 261 | 71 | 7 |
| Binary | 1000 | 11101 | 11100 | 1001000 | 0 | 11 | 1011001 | 10110001 | 111001 | 111 |
Color Harmonies of #081D1C
Complementary color
Monochromatic Colors of #081D1C
Black with #081D1C
Text Example
Text Example
White with #081D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D1C; }
p { color: rgb(8,29,28); }
H1.HeaderClassName
{
color: #081D1C;
}
.AnyTagClassName
{
color: #081D1C;
}
</style>
background-color css
<style>
a { background-color: #081D1C; }
a { background-color: rgb(8,29,28); }
div.DivClassName
{
background-color: #081D1C;
}
.BgClassName
{
background-color: #081D1C;
}
</style>
border-color css
<style>
span { border-color: #081D1C; }
span { border-color: rgb(8,29,28); }
td.TdClassName
{
border-color: #081D1C;
}
.TagClassName
{
border-color: #081D1C;
}
</style>