Shades of Dark Green #082914
Tints of Dark Green #082914
RGB
CMYK
RGB Variations
Color information
#082914 (or 0x082914) is known color: Dark Green. HEX triplet: 08, 29 and 14. RGB value is (8,41,20). Sum of RGB (Red+Green+Blue) = 8+41+20=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 41 (16.41% from 255 or 59.42% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 41 - color contains mainly: green. Hex color #082914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082914 is #F7D6EB. Grayscale: #1C1C1C. Windows color (decimal): -16242412 or 1321224. OLE color: 1321224.
HSL color Cylindrical-coordinate representation of color #082914: hue angle of 141.82º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082914 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 41 | 20 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.84 |
| HSL | 141.82º | 0.67% | 0.1% | - |
| HSV(B) | 141.82º | 0.8% | 0.16% | - |
| XYZ | 1.02 | 1.69 | 0.93 | - |
| YUV | 28.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 20 | 0.80 | 0 | 0.51 | 0.84 | 141.82 | 0.67 | 0.1 |
| Hex | 8 | 29 | 14 | 50 | 0 | 33 | 54 | 8E | 43 | A |
| Octal | 10 | 51 | 24 | 120 | 0 | 63 | 124 | 216 | 103 | 12 |
| Binary | 1000 | 101001 | 10100 | 1010000 | 0 | 110011 | 1010100 | 10001110 | 1000011 | 1010 |
Color Harmonies of #082914
Complementary color
Monochromatic Colors of #082914
Black with #082914
Text Example
Text Example
White with #082914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082914; }
p { color: rgb(8,41,20); }
H1.HeaderClassName
{
color: #082914;
}
.AnyTagClassName
{
color: #082914;
}
</style>
background-color css
<style>
a { background-color: #082914; }
a { background-color: rgb(8,41,20); }
div.DivClassName
{
background-color: #082914;
}
.BgClassName
{
background-color: #082914;
}
</style>
border-color css
<style>
span { border-color: #082914; }
span { border-color: rgb(8,41,20); }
td.TdClassName
{
border-color: #082914;
}
.TagClassName
{
border-color: #082914;
}
</style>