Shades of Green #197003
Tints of Green #197003
RGB
CMYK
RGB Variations
Color information
#197003 (or 0x197003) is known color: Green. HEX triplet: 19, 70 and 03. RGB value is (25,112,3). Sum of RGB (Red+Green+Blue) = 25+112+3=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 112 (44.14% from 255 or 80% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 112 - color contains mainly: green. Hex color #197003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197003 is #E68FFC. Grayscale: #494949. Windows color (decimal): -15110141 or 225305. OLE color: 225305.
HSL color Cylindrical-coordinate representation of color #197003: hue angle of 107.89º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #197003 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 3 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.56 |
| HSL | 107.89º | 0.95% | 0.23% | - |
| HSV(B) | 107.89º | 0.97% | 0.44% | - |
| XYZ | 6.21 | 11.8 | 2.04 | - |
| YUV | 73.56 | 88.18 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 3 | 0.78 | 0 | 0.97 | 0.56 | 107.89 | 0.95 | 0.23 |
| Hex | 19 | 70 | 3 | 4E | 0 | 61 | 38 | 6C | 5F | 17 |
| Octal | 31 | 160 | 3 | 116 | 0 | 141 | 70 | 154 | 137 | 27 |
| Binary | 11001 | 1110000 | 11 | 1001110 | 0 | 1100001 | 111000 | 1101100 | 1011111 | 10111 |
Color Harmonies of #197003
Complementary color
Monochromatic Colors of #197003
Black with #197003
Text Example
Text Example
White with #197003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197003; }
p { color: rgb(25,112,3); }
H1.HeaderClassName
{
color: #197003;
}
.AnyTagClassName
{
color: #197003;
}
</style>
background-color css
<style>
a { background-color: #197003; }
a { background-color: rgb(25,112,3); }
div.DivClassName
{
background-color: #197003;
}
.BgClassName
{
background-color: #197003;
}
</style>
border-color css
<style>
span { border-color: #197003; }
span { border-color: rgb(25,112,3); }
td.TdClassName
{
border-color: #197003;
}
.TagClassName
{
border-color: #197003;
}
</style>