Shades of Green #007019
Tints of Green #007019
RGB
CMYK
RGB Variations
Color information
#007019 (or 0x007019) is known color: Green. HEX triplet: 00, 70 and 19. RGB value is (0,112,25). Sum of RGB (Red+Green+Blue) = 0+112+25=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 112 (44.14% from 255 or 81.75% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 112 - color contains mainly: green. Hex color #007019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007019 is #FF8FE6. Grayscale: #444444. Windows color (decimal): -16748519 or 1667072. OLE color: 1667072.
HSL color Cylindrical-coordinate representation of color #007019: hue angle of 133.39º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007019 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 25 | - |
| CMYK | 1 | 0 | 0.78 | 0.56 |
| HSL | 133.39º | 1% | 0.22% | - |
| HSV(B) | 133.39º | 1% | 0.44% | - |
| XYZ | 5.97 | 11.66 | 2.86 | - |
| YUV | 68.59 | 103.39 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 25 | 1 | 0 | 0.78 | 0.56 | 133.39 | 1 | 0.22 |
| Hex | 0 | 70 | 19 | 64 | 0 | 4E | 38 | 85 | 64 | 16 |
| Octal | 0 | 160 | 31 | 144 | 0 | 116 | 70 | 205 | 144 | 26 |
| Binary | 0 | 1110000 | 11001 | 1100100 | 0 | 1001110 | 111000 | 10000101 | 1100100 | 10110 |
Color Harmonies of #007019
Complementary color
Monochromatic Colors of #007019
Black with #007019
Text Example
Text Example
White with #007019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007019; }
p { color: rgb(0,112,25); }
H1.HeaderClassName
{
color: #007019;
}
.AnyTagClassName
{
color: #007019;
}
</style>
background-color css
<style>
a { background-color: #007019; }
a { background-color: rgb(0,112,25); }
div.DivClassName
{
background-color: #007019;
}
.BgClassName
{
background-color: #007019;
}
</style>
border-color css
<style>
span { border-color: #007019; }
span { border-color: rgb(0,112,25); }
td.TdClassName
{
border-color: #007019;
}
.TagClassName
{
border-color: #007019;
}
</style>