Shades of Green #008419
Tints of Green #008419
RGB
CMYK
RGB Variations
Color information
#008419 (or 0x008419) is known color: Green. HEX triplet: 00, 84 and 19. RGB value is (0,132,25). Sum of RGB (Red+Green+Blue) = 0+132+25=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 132 (51.95% from 255 or 84.08% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 132 - color contains mainly: green. Hex color #008419 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008419 is #FF7BE6. Grayscale: #505050. Windows color (decimal): -16743399 or 1672192. OLE color: 1672192.
HSL color Cylindrical-coordinate representation of color #008419: hue angle of 131.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008419 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 25 | - |
| CMYK | 1 | 0 | 0.81 | 0.48 |
| HSL | 131.36º | 1% | 0.26% | - |
| HSV(B) | 131.36º | 1% | 0.52% | - |
| XYZ | 8.43 | 16.57 | 3.67 | - |
| YUV | 80.33 | 96.77 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 25 | 1 | 0 | 0.81 | 0.48 | 131.36 | 1 | 0.26 |
| Hex | 0 | 84 | 19 | 64 | 0 | 51 | 30 | 83 | 64 | 1A |
| Octal | 0 | 204 | 31 | 144 | 0 | 121 | 60 | 203 | 144 | 32 |
| Binary | 0 | 10000100 | 11001 | 1100100 | 0 | 1010001 | 110000 | 10000011 | 1100100 | 11010 |
Color Harmonies of #008419
Complementary color
Monochromatic Colors of #008419
Black with #008419
Text Example
Text Example
White with #008419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008419; }
p { color: rgb(0,132,25); }
H1.HeaderClassName
{
color: #008419;
}
.AnyTagClassName
{
color: #008419;
}
</style>
background-color css
<style>
a { background-color: #008419; }
a { background-color: rgb(0,132,25); }
div.DivClassName
{
background-color: #008419;
}
.BgClassName
{
background-color: #008419;
}
</style>
border-color css
<style>
span { border-color: #008419; }
span { border-color: rgb(0,132,25); }
td.TdClassName
{
border-color: #008419;
}
.TagClassName
{
border-color: #008419;
}
</style>