Shades of Green #008018
Tints of Green #008018
RGB
CMYK
RGB Variations
Color information
#008018 (or 0x008018) is known color: Green. HEX triplet: 00, 80 and 18. RGB value is (0,128,24). Sum of RGB (Red+Green+Blue) = 0+128+24=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 128 (50.39% from 255 or 84.21% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 128 - color contains mainly: green. Hex color #008018 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008018 is #FF7FE7. Grayscale: #4E4E4E. Windows color (decimal): -16744424 or 1605632. OLE color: 1605632.
HSL color Cylindrical-coordinate representation of color #008018: hue angle of 131.25º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008018 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 24 | - |
| CMYK | 1 | 0 | 0.81 | 0.50 |
| HSL | 131.25º | 1% | 0.25% | - |
| HSV(B) | 131.25º | 1% | 0.5% | - |
| XYZ | 7.88 | 15.5 | 3.44 | - |
| YUV | 77.87 | 97.59 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 24 | 1 | 0 | 0.81 | 0.50 | 131.25 | 1 | 0.25 |
| Hex | 0 | 80 | 18 | 64 | 0 | 51 | 32 | 83 | 64 | 19 |
| Octal | 0 | 200 | 30 | 144 | 0 | 121 | 62 | 203 | 144 | 31 |
| Binary | 0 | 10000000 | 11000 | 1100100 | 0 | 1010001 | 110010 | 10000011 | 1100100 | 11001 |
Color Harmonies of #008018
Complementary color
Monochromatic Colors of #008018
Black with #008018
Text Example
Text Example
White with #008018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008018; }
p { color: rgb(0,128,24); }
H1.HeaderClassName
{
color: #008018;
}
.AnyTagClassName
{
color: #008018;
}
</style>
background-color css
<style>
a { background-color: #008018; }
a { background-color: rgb(0,128,24); }
div.DivClassName
{
background-color: #008018;
}
.BgClassName
{
background-color: #008018;
}
</style>
border-color css
<style>
span { border-color: #008018; }
span { border-color: rgb(0,128,24); }
td.TdClassName
{
border-color: #008018;
}
.TagClassName
{
border-color: #008018;
}
</style>