Shades of Dark Green #082114
Tints of Dark Green #082114
RGB
CMYK
RGB Variations
Color information
#082114 (or 0x082114) is known color: Dark Green. HEX triplet: 08, 21 and 14. RGB value is (8,33,20). Sum of RGB (Red+Green+Blue) = 8+33+20=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 33 (13.28% from 255 or 54.10% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 33 - color contains mainly: green. Hex color #082114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082114 is #F7DEEB. Grayscale: #181818. Windows color (decimal): -16244460 or 1319176. OLE color: 1319176.
HSL color Cylindrical-coordinate representation of color #082114: hue angle of 148.8º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #082114 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 33 | 20 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.87 |
| HSL | 148.8º | 0.61% | 0.08% | - |
| HSV(B) | 148.8º | 0.76% | 0.13% | - |
| XYZ | 0.77 | 1.19 | 0.85 | - |
| YUV | 24.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 20 | 0.76 | 0 | 0.39 | 0.87 | 148.8 | 0.61 | 0.08 |
| Hex | 8 | 21 | 14 | 4C | 0 | 27 | 57 | 95 | 3D | 8 |
| Octal | 10 | 41 | 24 | 114 | 0 | 47 | 127 | 225 | 75 | 10 |
| Binary | 1000 | 100001 | 10100 | 1001100 | 0 | 100111 | 1010111 | 10010101 | 111101 | 1000 |
Color Harmonies of #082114
Complementary color
Monochromatic Colors of #082114
Black with #082114
Text Example
Text Example
White with #082114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082114; }
p { color: rgb(8,33,20); }
H1.HeaderClassName
{
color: #082114;
}
.AnyTagClassName
{
color: #082114;
}
</style>
background-color css
<style>
a { background-color: #082114; }
a { background-color: rgb(8,33,20); }
div.DivClassName
{
background-color: #082114;
}
.BgClassName
{
background-color: #082114;
}
</style>
border-color css
<style>
span { border-color: #082114; }
span { border-color: rgb(8,33,20); }
td.TdClassName
{
border-color: #082114;
}
.TagClassName
{
border-color: #082114;
}
</style>