Shades of Dark Green #082E18
Tints of Dark Green #082E18
RGB
CMYK
RGB Variations
Color information
#082E18 (or 0x082E18) is known color: Dark Green. HEX triplet: 08, 2E and 18. RGB value is (8,46,24). Sum of RGB (Red+Green+Blue) = 8+46+24=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 46 (18.36% from 255 or 58.97% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 46 - color contains mainly: green. Hex color #082E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082E18 is #F7D1E7. Grayscale: #202020. Windows color (decimal): -16241128 or 1584648. OLE color: 1584648.
HSL color Cylindrical-coordinate representation of color #082E18: hue angle of 145.26º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082E18 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 46 | 24 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.82 |
| HSL | 145.26º | 0.7% | 0.11% | - |
| HSV(B) | 145.26º | 0.83% | 0.18% | - |
| XYZ | 1.24 | 2.07 | 1.2 | - |
| YUV | 32.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 24 | 0.83 | 0 | 0.48 | 0.82 | 145.26 | 0.7 | 0.11 |
| Hex | 8 | 2E | 18 | 53 | 0 | 30 | 52 | 91 | 46 | B |
| Octal | 10 | 56 | 30 | 123 | 0 | 60 | 122 | 221 | 106 | 13 |
| Binary | 1000 | 101110 | 11000 | 1010011 | 0 | 110000 | 1010010 | 10010001 | 1000110 | 1011 |
Color Harmonies of #082E18
Complementary color
Monochromatic Colors of #082E18
Black with #082E18
Text Example
Text Example
White with #082E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E18; }
p { color: rgb(8,46,24); }
H1.HeaderClassName
{
color: #082E18;
}
.AnyTagClassName
{
color: #082E18;
}
</style>
background-color css
<style>
a { background-color: #082E18; }
a { background-color: rgb(8,46,24); }
div.DivClassName
{
background-color: #082E18;
}
.BgClassName
{
background-color: #082E18;
}
</style>
border-color css
<style>
span { border-color: #082E18; }
span { border-color: rgb(8,46,24); }
td.TdClassName
{
border-color: #082E18;
}
.TagClassName
{
border-color: #082E18;
}
</style>