Shades of Dark Green #082418
Tints of Dark Green #082418
RGB
CMYK
RGB Variations
Color information
#082418 (or 0x082418) is known color: Dark Green. HEX triplet: 08, 24 and 18. RGB value is (8,36,24). Sum of RGB (Red+Green+Blue) = 8+36+24=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #082418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082418 is #F7DBE7. Grayscale: #1A1A1A. Windows color (decimal): -16243688 or 1582088. OLE color: 1582088.
HSL color Cylindrical-coordinate representation of color #082418: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082418 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 36 | 24 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.86 |
| HSL | 154.29º | 0.64% | 0.09% | - |
| HSV(B) | 154.29º | 0.78% | 0.14% | - |
| XYZ | 0.9 | 1.38 | 1.08 | - |
| YUV | 26.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 24 | 0.78 | 0 | 0.33 | 0.86 | 154.29 | 0.64 | 0.09 |
| Hex | 8 | 24 | 18 | 4E | 0 | 21 | 56 | 9A | 40 | 9 |
| Octal | 10 | 44 | 30 | 116 | 0 | 41 | 126 | 232 | 100 | 11 |
| Binary | 1000 | 100100 | 11000 | 1001110 | 0 | 100001 | 1010110 | 10011010 | 1000000 | 1001 |
Color Harmonies of #082418
Complementary color
Monochromatic Colors of #082418
Black with #082418
Text Example
Text Example
White with #082418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082418; }
p { color: rgb(8,36,24); }
H1.HeaderClassName
{
color: #082418;
}
.AnyTagClassName
{
color: #082418;
}
</style>
background-color css
<style>
a { background-color: #082418; }
a { background-color: rgb(8,36,24); }
div.DivClassName
{
background-color: #082418;
}
.BgClassName
{
background-color: #082418;
}
</style>
border-color css
<style>
span { border-color: #082418; }
span { border-color: rgb(8,36,24); }
td.TdClassName
{
border-color: #082418;
}
.TagClassName
{
border-color: #082418;
}
</style>