Shades of Forest Green #1A791A
Tints of Forest Green #1A791A
RGB
CMYK
RGB Variations
Color information
#1A791A (or 0x1A791A) is known color: Forest Green. HEX triplet: 1A, 79 and 1A. RGB value is (26,121,26). Sum of RGB (Red+Green+Blue) = 26+121+26=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 121 (47.66% from 255 or 69.94% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 121 - color contains mainly: green. Hex color #1A791A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A791A is #E586E5. Grayscale: #525252. Windows color (decimal): -15042278 or 1734938. OLE color: 1734938.
HSL color Cylindrical-coordinate representation of color #1A791A: hue angle of 120º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A791A is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 121 | 26 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.53 |
| HSL | 120º | 0.65% | 0.29% | - |
| HSV(B) | 120º | 0.79% | 0.47% | - |
| XYZ | 7.45 | 13.97 | 3.28 | - |
| YUV | 81.77 | 96.53 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 121 | 26 | 0.79 | 0 | 0.79 | 0.53 | 120 | 0.65 | 0.29 |
| Hex | 1A | 79 | 1A | 4F | 0 | 4F | 35 | 78 | 41 | 1D |
| Octal | 32 | 171 | 32 | 117 | 0 | 117 | 65 | 170 | 101 | 35 |
| Binary | 11010 | 1111001 | 11010 | 1001111 | 0 | 1001111 | 110101 | 1111000 | 1000001 | 11101 |
Color Harmonies of #1A791A
Complementary color
Monochromatic Colors of #1A791A
Black with #1A791A
Text Example
Text Example
White with #1A791A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A791A; }
p { color: rgb(26,121,26); }
H1.HeaderClassName
{
color: #1A791A;
}
.AnyTagClassName
{
color: #1A791A;
}
</style>
background-color css
<style>
a { background-color: #1A791A; }
a { background-color: rgb(26,121,26); }
div.DivClassName
{
background-color: #1A791A;
}
.BgClassName
{
background-color: #1A791A;
}
</style>
border-color css
<style>
span { border-color: #1A791A; }
span { border-color: rgb(26,121,26); }
td.TdClassName
{
border-color: #1A791A;
}
.TagClassName
{
border-color: #1A791A;
}
</style>