Shades of Green #197002
Tints of Green #197002
RGB
CMYK
RGB Variations
Color information
#197002 (or 0x197002) is known color: Green. HEX triplet: 19, 70 and 02. RGB value is (25,112,2). Sum of RGB (Red+Green+Blue) = 25+112+2=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 112 (44.14% from 255 or 80.58% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 112 - color contains mainly: green. Hex color #197002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197002 is #E68FFD. Grayscale: #494949. Windows color (decimal): -15110142 or 159769. OLE color: 159769.
HSL color Cylindrical-coordinate representation of color #197002: hue angle of 107.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #197002 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 2 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.56 |
| HSL | 107.45º | 0.96% | 0.22% | - |
| HSV(B) | 107.45º | 0.98% | 0.44% | - |
| XYZ | 6.21 | 11.8 | 2.01 | - |
| YUV | 73.45 | 87.68 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 2 | 0.78 | 0 | 0.98 | 0.56 | 107.45 | 0.96 | 0.22 |
| Hex | 19 | 70 | 2 | 4E | 0 | 62 | 38 | 6B | 60 | 16 |
| Octal | 31 | 160 | 2 | 116 | 0 | 142 | 70 | 153 | 140 | 26 |
| Binary | 11001 | 1110000 | 10 | 1001110 | 0 | 1100010 | 111000 | 1101011 | 1100000 | 10110 |
Color Harmonies of #197002
Complementary color
Monochromatic Colors of #197002
Black with #197002
Text Example
Text Example
White with #197002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197002; }
p { color: rgb(25,112,2); }
H1.HeaderClassName
{
color: #197002;
}
.AnyTagClassName
{
color: #197002;
}
</style>
background-color css
<style>
a { background-color: #197002; }
a { background-color: rgb(25,112,2); }
div.DivClassName
{
background-color: #197002;
}
.BgClassName
{
background-color: #197002;
}
</style>
border-color css
<style>
span { border-color: #197002; }
span { border-color: rgb(25,112,2); }
td.TdClassName
{
border-color: #197002;
}
.TagClassName
{
border-color: #197002;
}
</style>