Shades of Forest Green #197C2B
Tints of Forest Green #197C2B
RGB
CMYK
RGB Variations
Color information
#197C2B (or 0x197C2B) is known color: Forest Green. HEX triplet: 19, 7C and 2B. RGB value is (25,124,43). Sum of RGB (Red+Green+Blue) = 25+124+43=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 124 (48.83% from 255 or 64.58% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 124 - color contains mainly: green. Hex color #197C2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197C2B is #E683D4. Grayscale: #555555. Windows color (decimal): -15107029 or 2849817. OLE color: 2849817.
HSL color Cylindrical-coordinate representation of color #197C2B: hue angle of 130.91º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197C2B is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 43 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.51 |
| HSL | 130.91º | 0.66% | 0.29% | - |
| HSV(B) | 130.91º | 0.8% | 0.49% | - |
| XYZ | 8.04 | 14.8 | 4.72 | - |
| YUV | 85.17 | 104.2 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 43 | 0.80 | 0 | 0.65 | 0.51 | 130.91 | 0.66 | 0.29 |
| Hex | 19 | 7C | 2B | 50 | 0 | 41 | 33 | 83 | 42 | 1D |
| Octal | 31 | 174 | 53 | 120 | 0 | 101 | 63 | 203 | 102 | 35 |
| Binary | 11001 | 1111100 | 101011 | 1010000 | 0 | 1000001 | 110011 | 10000011 | 1000010 | 11101 |
Color Harmonies of #197C2B
Complementary color
Monochromatic Colors of #197C2B
Black with #197C2B
Text Example
Text Example
White with #197C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C2B; }
p { color: rgb(25,124,43); }
H1.HeaderClassName
{
color: #197C2B;
}
.AnyTagClassName
{
color: #197C2B;
}
</style>
background-color css
<style>
a { background-color: #197C2B; }
a { background-color: rgb(25,124,43); }
div.DivClassName
{
background-color: #197C2B;
}
.BgClassName
{
background-color: #197C2B;
}
</style>
border-color css
<style>
span { border-color: #197C2B; }
span { border-color: rgb(25,124,43); }
td.TdClassName
{
border-color: #197C2B;
}
.TagClassName
{
border-color: #197C2B;
}
</style>