Shades of Green #007219
Tints of Green #007219
RGB
CMYK
RGB Variations
Color information
#007219 (or 0x007219) is known color: Green. HEX triplet: 00, 72 and 19. RGB value is (0,114,25). Sum of RGB (Red+Green+Blue) = 0+114+25=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 114 (44.92% from 255 or 82.01% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 114 - color contains mainly: green. Hex color #007219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007219 is #FF8DE6. Grayscale: #464646. Windows color (decimal): -16748007 or 1667584. OLE color: 1667584.
HSL color Cylindrical-coordinate representation of color #007219: hue angle of 133.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007219 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 25 | - |
| CMYK | 1 | 0 | 0.78 | 0.55 |
| HSL | 133.16º | 1% | 0.22% | - |
| HSV(B) | 133.16º | 1% | 0.45% | - |
| XYZ | 6.19 | 12.1 | 2.93 | - |
| YUV | 69.77 | 102.73 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 25 | 1 | 0 | 0.78 | 0.55 | 133.16 | 1 | 0.22 |
| Hex | 0 | 72 | 19 | 64 | 0 | 4E | 37 | 85 | 64 | 16 |
| Octal | 0 | 162 | 31 | 144 | 0 | 116 | 67 | 205 | 144 | 26 |
| Binary | 0 | 1110010 | 11001 | 1100100 | 0 | 1001110 | 110111 | 10000101 | 1100100 | 10110 |
Color Harmonies of #007219
Complementary color
Monochromatic Colors of #007219
Black with #007219
Text Example
Text Example
White with #007219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007219; }
p { color: rgb(0,114,25); }
H1.HeaderClassName
{
color: #007219;
}
.AnyTagClassName
{
color: #007219;
}
</style>
background-color css
<style>
a { background-color: #007219; }
a { background-color: rgb(0,114,25); }
div.DivClassName
{
background-color: #007219;
}
.BgClassName
{
background-color: #007219;
}
</style>
border-color css
<style>
span { border-color: #007219; }
span { border-color: rgb(0,114,25); }
td.TdClassName
{
border-color: #007219;
}
.TagClassName
{
border-color: #007219;
}
</style>