Shades of Forest Green #1C791A
Tints of Forest Green #1C791A
RGB
CMYK
RGB Variations
Color information
#1C791A (or 0x1C791A) is known color: Forest Green. HEX triplet: 1C, 79 and 1A. RGB value is (28,121,26). Sum of RGB (Red+Green+Blue) = 28+121+26=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 121 (47.66% from 255 or 69.14% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 121 - color contains mainly: green. Hex color #1C791A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C791A is #E386E5. Grayscale: #525252. Windows color (decimal): -14911206 or 1734940. OLE color: 1734940.
HSL color Cylindrical-coordinate representation of color #1C791A: hue angle of 118.74º 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 #1C791A is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 121 | 26 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.53 |
| HSL | 118.74º | 0.65% | 0.29% | - |
| HSV(B) | 118.74º | 0.79% | 0.47% | - |
| XYZ | 7.5 | 14 | 3.28 | - |
| YUV | 82.36 | 96.19 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 121 | 26 | 0.77 | 0 | 0.79 | 0.53 | 118.74 | 0.65 | 0.29 |
| Hex | 1C | 79 | 1A | 4D | 0 | 4F | 35 | 77 | 41 | 1D |
| Octal | 34 | 171 | 32 | 115 | 0 | 117 | 65 | 167 | 101 | 35 |
| Binary | 11100 | 1111001 | 11010 | 1001101 | 0 | 1001111 | 110101 | 1110111 | 1000001 | 11101 |
Color Harmonies of #1C791A
Complementary color
Monochromatic Colors of #1C791A
Black with #1C791A
Text Example
Text Example
White with #1C791A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C791A; }
p { color: rgb(28,121,26); }
H1.HeaderClassName
{
color: #1C791A;
}
.AnyTagClassName
{
color: #1C791A;
}
</style>
background-color css
<style>
a { background-color: #1C791A; }
a { background-color: rgb(28,121,26); }
div.DivClassName
{
background-color: #1C791A;
}
.BgClassName
{
background-color: #1C791A;
}
</style>
border-color css
<style>
span { border-color: #1C791A; }
span { border-color: rgb(28,121,26); }
td.TdClassName
{
border-color: #1C791A;
}
.TagClassName
{
border-color: #1C791A;
}
</style>