Shades of Green #008218
Tints of Green #008218
RGB
CMYK
RGB Variations
Color information
#008218 (or 0x008218) is known color: Green. HEX triplet: 00, 82 and 18. RGB value is (0,130,24). Sum of RGB (Red+Green+Blue) = 0+130+24=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 130 (51.17% from 255 or 84.42% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 130 - color contains mainly: green. Hex color #008218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008218 is #FF7DE7. Grayscale: #4F4F4F. Windows color (decimal): -16743912 or 1606144. OLE color: 1606144.
HSL color Cylindrical-coordinate representation of color #008218: hue angle of 131.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008218 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 24 | - |
| CMYK | 1 | 0 | 0.82 | 0.49 |
| HSL | 131.08º | 1% | 0.25% | - |
| HSV(B) | 131.08º | 1% | 0.51% | - |
| XYZ | 8.15 | 16.03 | 3.53 | - |
| YUV | 79.05 | 96.93 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 24 | 1 | 0 | 0.82 | 0.49 | 131.08 | 1 | 0.25 |
| Hex | 0 | 82 | 18 | 64 | 0 | 52 | 31 | 83 | 64 | 19 |
| Octal | 0 | 202 | 30 | 144 | 0 | 122 | 61 | 203 | 144 | 31 |
| Binary | 0 | 10000010 | 11000 | 1100100 | 0 | 1010010 | 110001 | 10000011 | 1100100 | 11001 |
Color Harmonies of #008218
Complementary color
Monochromatic Colors of #008218
Black with #008218
Text Example
Text Example
White with #008218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008218; }
p { color: rgb(0,130,24); }
H1.HeaderClassName
{
color: #008218;
}
.AnyTagClassName
{
color: #008218;
}
</style>
background-color css
<style>
a { background-color: #008218; }
a { background-color: rgb(0,130,24); }
div.DivClassName
{
background-color: #008218;
}
.BgClassName
{
background-color: #008218;
}
</style>
border-color css
<style>
span { border-color: #008218; }
span { border-color: rgb(0,130,24); }
td.TdClassName
{
border-color: #008218;
}
.TagClassName
{
border-color: #008218;
}
</style>