Shades of Forest Green #1A9719
Tints of Forest Green #1A9719
RGB
CMYK
RGB Variations
Color information
#1A9719 (or 0x1A9719) is known color: Forest Green. HEX triplet: 1A, 97 and 19. RGB value is (26,151,25). Sum of RGB (Red+Green+Blue) = 26+151+25=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 151 (59.38% from 255 or 74.75% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 151 - color contains mainly: green. Hex color #1A9719 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9719 is #E568E6. Grayscale: #636363. Windows color (decimal): -15034599 or 1677082. OLE color: 1677082.
HSL color Cylindrical-coordinate representation of color #1A9719: hue angle of 119.52º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9719 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 151 | 25 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.41 |
| HSL | 119.52º | 0.72% | 0.35% | - |
| HSV(B) | 119.52º | 0.83% | 0.59% | - |
| XYZ | 11.67 | 22.42 | 4.63 | - |
| YUV | 99.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 151 | 25 | 0.83 | 0 | 0.83 | 0.41 | 119.52 | 0.72 | 0.35 |
| Hex | 1A | 97 | 19 | 53 | 0 | 53 | 29 | 78 | 48 | 23 |
| Octal | 32 | 227 | 31 | 123 | 0 | 123 | 51 | 170 | 110 | 43 |
| Binary | 11010 | 10010111 | 11001 | 1010011 | 0 | 1010011 | 101001 | 1111000 | 1001000 | 100011 |
Color Harmonies of #1A9719
Complementary color
Monochromatic Colors of #1A9719
Black with #1A9719
Text Example
Text Example
White with #1A9719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9719; }
p { color: rgb(26,151,25); }
H1.HeaderClassName
{
color: #1A9719;
}
.AnyTagClassName
{
color: #1A9719;
}
</style>
background-color css
<style>
a { background-color: #1A9719; }
a { background-color: rgb(26,151,25); }
div.DivClassName
{
background-color: #1A9719;
}
.BgClassName
{
background-color: #1A9719;
}
</style>
border-color css
<style>
span { border-color: #1A9719; }
span { border-color: rgb(26,151,25); }
td.TdClassName
{
border-color: #1A9719;
}
.TagClassName
{
border-color: #1A9719;
}
</style>