Shades of Dark Green #082014
Tints of Dark Green #082014
RGB
CMYK
RGB Variations
Color information
#082014 (or 0x082014) is known color: Dark Green. HEX triplet: 08, 20 and 14. RGB value is (8,32,20). Sum of RGB (Red+Green+Blue) = 8+32+20=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #082014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082014 is #F7DFEB. Grayscale: #171717. Windows color (decimal): -16244716 or 1318920. OLE color: 1318920.
HSL color Cylindrical-coordinate representation of color #082014: hue angle of 150º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #082014 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 32 | 20 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.87 |
| HSL | 150º | 0.6% | 0.08% | - |
| HSV(B) | 150º | 0.75% | 0.13% | - |
| XYZ | 0.74 | 1.14 | 0.84 | - |
| YUV | 23.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 20 | 0.75 | 0 | 0.37 | 0.87 | 150 | 0.6 | 0.08 |
| Hex | 8 | 20 | 14 | 4B | 0 | 25 | 57 | 96 | 3C | 8 |
| Octal | 10 | 40 | 24 | 113 | 0 | 45 | 127 | 226 | 74 | 10 |
| Binary | 1000 | 100000 | 10100 | 1001011 | 0 | 100101 | 1010111 | 10010110 | 111100 | 1000 |
Color Harmonies of #082014
Complementary color
Monochromatic Colors of #082014
Black with #082014
Text Example
Text Example
White with #082014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082014; }
p { color: rgb(8,32,20); }
H1.HeaderClassName
{
color: #082014;
}
.AnyTagClassName
{
color: #082014;
}
</style>
background-color css
<style>
a { background-color: #082014; }
a { background-color: rgb(8,32,20); }
div.DivClassName
{
background-color: #082014;
}
.BgClassName
{
background-color: #082014;
}
</style>
border-color css
<style>
span { border-color: #082014; }
span { border-color: rgb(8,32,20); }
td.TdClassName
{
border-color: #082014;
}
.TagClassName
{
border-color: #082014;
}
</style>