Shades of Green #007419
Tints of Green #007419
RGB
CMYK
RGB Variations
Color information
#007419 (or 0x007419) is known color: Green. HEX triplet: 00, 74 and 19. RGB value is (0,116,25). Sum of RGB (Red+Green+Blue) = 0+116+25=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 116 (45.70% from 255 or 82.27% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 116 - color contains mainly: green. Hex color #007419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007419 is #FF8BE6. Grayscale: #474747. Windows color (decimal): -16747495 or 1668096. OLE color: 1668096.
HSL color Cylindrical-coordinate representation of color #007419: hue angle of 132.93º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007419 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 116 | 25 | - |
| CMYK | 1 | 0 | 0.78 | 0.55 |
| HSL | 132.93º | 1% | 0.23% | - |
| HSV(B) | 132.93º | 1% | 0.45% | - |
| XYZ | 6.42 | 12.56 | 3.01 | - |
| YUV | 70.94 | 102.07 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 25 | 1 | 0 | 0.78 | 0.55 | 132.93 | 1 | 0.23 |
| Hex | 0 | 74 | 19 | 64 | 0 | 4E | 37 | 85 | 64 | 17 |
| Octal | 0 | 164 | 31 | 144 | 0 | 116 | 67 | 205 | 144 | 27 |
| Binary | 0 | 1110100 | 11001 | 1100100 | 0 | 1001110 | 110111 | 10000101 | 1100100 | 10111 |
Color Harmonies of #007419
Complementary color
Monochromatic Colors of #007419
Black with #007419
Text Example
Text Example
White with #007419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007419; }
p { color: rgb(0,116,25); }
H1.HeaderClassName
{
color: #007419;
}
.AnyTagClassName
{
color: #007419;
}
</style>
background-color css
<style>
a { background-color: #007419; }
a { background-color: rgb(0,116,25); }
div.DivClassName
{
background-color: #007419;
}
.BgClassName
{
background-color: #007419;
}
</style>
border-color css
<style>
span { border-color: #007419; }
span { border-color: rgb(0,116,25); }
td.TdClassName
{
border-color: #007419;
}
.TagClassName
{
border-color: #007419;
}
</style>