Shades of Forest Green #197B2A
Tints of Forest Green #197B2A
RGB
CMYK
RGB Variations
Color information
#197B2A (or 0x197B2A) is known color: Forest Green. HEX triplet: 19, 7B and 2A. RGB value is (25,123,42). Sum of RGB (Red+Green+Blue) = 25+123+42=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 123 (48.44% from 255 or 64.74% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 123 - color contains mainly: green. Hex color #197B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197B2A is #E684D5. Grayscale: #545454. Windows color (decimal): -15107286 or 2784025. OLE color: 2784025.
HSL color Cylindrical-coordinate representation of color #197B2A: hue angle of 130.41º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197B2A is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 123 | 42 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.52 |
| HSL | 130.41º | 0.66% | 0.29% | - |
| HSV(B) | 130.41º | 0.8% | 0.48% | - |
| XYZ | 7.9 | 14.54 | 4.58 | - |
| YUV | 84.46 | 104.03 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 42 | 0.80 | 0 | 0.66 | 0.52 | 130.41 | 0.66 | 0.29 |
| Hex | 19 | 7B | 2A | 50 | 0 | 42 | 34 | 82 | 42 | 1D |
| Octal | 31 | 173 | 52 | 120 | 0 | 102 | 64 | 202 | 102 | 35 |
| Binary | 11001 | 1111011 | 101010 | 1010000 | 0 | 1000010 | 110100 | 10000010 | 1000010 | 11101 |
Color Harmonies of #197B2A
Complementary color
Monochromatic Colors of #197B2A
Black with #197B2A
Text Example
Text Example
White with #197B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B2A; }
p { color: rgb(25,123,42); }
H1.HeaderClassName
{
color: #197B2A;
}
.AnyTagClassName
{
color: #197B2A;
}
</style>
background-color css
<style>
a { background-color: #197B2A; }
a { background-color: rgb(25,123,42); }
div.DivClassName
{
background-color: #197B2A;
}
.BgClassName
{
background-color: #197B2A;
}
</style>
border-color css
<style>
span { border-color: #197B2A; }
span { border-color: rgb(25,123,42); }
td.TdClassName
{
border-color: #197B2A;
}
.TagClassName
{
border-color: #197B2A;
}
</style>