Shades of Green #008219
Tints of Green #008219
RGB
CMYK
RGB Variations
Color information
#008219 (or 0x008219) is known color: Green. HEX triplet: 00, 82 and 19. RGB value is (0,130,25). Sum of RGB (Red+Green+Blue) = 0+130+25=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 130 (51.17% from 255 or 83.87% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 130 - color contains mainly: green. Hex color #008219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008219 is #FF7DE6. Grayscale: #4F4F4F. Windows color (decimal): -16743911 or 1671680. OLE color: 1671680.
HSL color Cylindrical-coordinate representation of color #008219: hue angle of 131.54º 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 #008219 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 25 | - |
| CMYK | 1 | 0 | 0.81 | 0.49 |
| HSL | 131.54º | 1% | 0.25% | - |
| HSV(B) | 131.54º | 1% | 0.51% | - |
| XYZ | 8.16 | 16.04 | 3.58 | - |
| YUV | 79.16 | 97.43 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 25 | 1 | 0 | 0.81 | 0.49 | 131.54 | 1 | 0.25 |
| Hex | 0 | 82 | 19 | 64 | 0 | 51 | 31 | 84 | 64 | 19 |
| Octal | 0 | 202 | 31 | 144 | 0 | 121 | 61 | 204 | 144 | 31 |
| Binary | 0 | 10000010 | 11001 | 1100100 | 0 | 1010001 | 110001 | 10000100 | 1100100 | 11001 |
Color Harmonies of #008219
Complementary color
Monochromatic Colors of #008219
Black with #008219
Text Example
Text Example
White with #008219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008219; }
p { color: rgb(0,130,25); }
H1.HeaderClassName
{
color: #008219;
}
.AnyTagClassName
{
color: #008219;
}
</style>
background-color css
<style>
a { background-color: #008219; }
a { background-color: rgb(0,130,25); }
div.DivClassName
{
background-color: #008219;
}
.BgClassName
{
background-color: #008219;
}
</style>
border-color css
<style>
span { border-color: #008219; }
span { border-color: rgb(0,130,25); }
td.TdClassName
{
border-color: #008219;
}
.TagClassName
{
border-color: #008219;
}
</style>