Shades of Green #197400
Tints of Green #197400
RGB
CMYK
RGB Variations
Color information
#197400 (or 0x197400) is known color: Green. HEX triplet: 19, 74 and 00. RGB value is (25,116,0). Sum of RGB (Red+Green+Blue) = 25+116+0=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 116 (45.70% from 255 or 82.27% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 116 - color contains mainly: green. Hex color #197400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197400 is #E68BFF. Grayscale: #4B4B4B. Windows color (decimal): -15109120 or 29721. OLE color: 29721.
HSL color Cylindrical-coordinate representation of color #197400: hue angle of 107.07º 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 #197400 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.55 |
| HSL | 107.07º | 1% | 0.23% | - |
| HSV(B) | 107.07º | 1% | 0.45% | - |
| XYZ | 6.65 | 12.7 | 2.1 | - |
| YUV | 75.57 | 85.35 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 0 | 0.78 | 0 | 1 | 0.55 | 107.07 | 1 | 0.23 |
| Hex | 19 | 74 | 0 | 4E | 0 | 64 | 37 | 6B | 64 | 17 |
| Octal | 31 | 164 | 0 | 116 | 0 | 144 | 67 | 153 | 144 | 27 |
| Binary | 11001 | 1110100 | 0 | 1001110 | 0 | 1100100 | 110111 | 1101011 | 1100100 | 10111 |
Color Harmonies of #197400
Complementary color
Monochromatic Colors of #197400
Black with #197400
Text Example
Text Example
White with #197400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197400; }
p { color: rgb(25,116,0); }
H1.HeaderClassName
{
color: #197400;
}
.AnyTagClassName
{
color: #197400;
}
</style>
background-color css
<style>
a { background-color: #197400; }
a { background-color: rgb(25,116,0); }
div.DivClassName
{
background-color: #197400;
}
.BgClassName
{
background-color: #197400;
}
</style>
border-color css
<style>
span { border-color: #197400; }
span { border-color: rgb(25,116,0); }
td.TdClassName
{
border-color: #197400;
}
.TagClassName
{
border-color: #197400;
}
</style>