Shades of Green #007119
Tints of Green #007119
RGB
CMYK
RGB Variations
Color information
#007119 (or 0x007119) is known color: Green. HEX triplet: 00, 71 and 19. RGB value is (0,113,25). Sum of RGB (Red+Green+Blue) = 0+113+25=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 113 (44.53% from 255 or 81.88% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 113 - color contains mainly: green. Hex color #007119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007119 is #FF8EE6. Grayscale: #454545. Windows color (decimal): -16748263 or 1667328. OLE color: 1667328.
HSL color Cylindrical-coordinate representation of color #007119: hue angle of 133.27º 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 #007119 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 25 | - |
| CMYK | 1 | 0 | 0.78 | 0.56 |
| HSL | 133.27º | 1% | 0.22% | - |
| HSV(B) | 133.27º | 1% | 0.44% | - |
| XYZ | 6.08 | 11.88 | 2.89 | - |
| YUV | 69.18 | 103.06 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 25 | 1 | 0 | 0.78 | 0.56 | 133.27 | 1 | 0.22 |
| Hex | 0 | 71 | 19 | 64 | 0 | 4E | 38 | 85 | 64 | 16 |
| Octal | 0 | 161 | 31 | 144 | 0 | 116 | 70 | 205 | 144 | 26 |
| Binary | 0 | 1110001 | 11001 | 1100100 | 0 | 1001110 | 111000 | 10000101 | 1100100 | 10110 |
Color Harmonies of #007119
Complementary color
Monochromatic Colors of #007119
Black with #007119
Text Example
Text Example
White with #007119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007119; }
p { color: rgb(0,113,25); }
H1.HeaderClassName
{
color: #007119;
}
.AnyTagClassName
{
color: #007119;
}
</style>
background-color css
<style>
a { background-color: #007119; }
a { background-color: rgb(0,113,25); }
div.DivClassName
{
background-color: #007119;
}
.BgClassName
{
background-color: #007119;
}
</style>
border-color css
<style>
span { border-color: #007119; }
span { border-color: rgb(0,113,25); }
td.TdClassName
{
border-color: #007119;
}
.TagClassName
{
border-color: #007119;
}
</style>