Shades of Forest Green #1A7F2C
Tints of Forest Green #1A7F2C
RGB
CMYK
RGB Variations
Color information
#1A7F2C (or 0x1A7F2C) is known color: Forest Green. HEX triplet: 1A, 7F and 2C. RGB value is (26,127,44). Sum of RGB (Red+Green+Blue) = 26+127+44=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 127 (50% from 255 or 64.47% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7F2C is #E580D3. Grayscale: #575757. Windows color (decimal): -15040724 or 2916122. OLE color: 2916122.
HSL color Cylindrical-coordinate representation of color #1A7F2C: hue angle of 130.69º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7F2C is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 127 | 44 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.50 |
| HSL | 130.69º | 0.66% | 0.3% | - |
| HSV(B) | 130.69º | 0.8% | 0.5% | - |
| XYZ | 8.47 | 15.58 | 4.94 | - |
| YUV | 87.34 | 103.54 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 127 | 44 | 0.80 | 0 | 0.65 | 0.50 | 130.69 | 0.66 | 0.3 |
| Hex | 1A | 7F | 2C | 50 | 0 | 41 | 32 | 83 | 42 | 1E |
| Octal | 32 | 177 | 54 | 120 | 0 | 101 | 62 | 203 | 102 | 36 |
| Binary | 11010 | 1111111 | 101100 | 1010000 | 0 | 1000001 | 110010 | 10000011 | 1000010 | 11110 |
Color Harmonies of #1A7F2C
Complementary color
Monochromatic Colors of #1A7F2C
Black with #1A7F2C
Text Example
Text Example
White with #1A7F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7F2C; }
p { color: rgb(26,127,44); }
H1.HeaderClassName
{
color: #1A7F2C;
}
.AnyTagClassName
{
color: #1A7F2C;
}
</style>
background-color css
<style>
a { background-color: #1A7F2C; }
a { background-color: rgb(26,127,44); }
div.DivClassName
{
background-color: #1A7F2C;
}
.BgClassName
{
background-color: #1A7F2C;
}
</style>
border-color css
<style>
span { border-color: #1A7F2C; }
span { border-color: rgb(26,127,44); }
td.TdClassName
{
border-color: #1A7F2C;
}
.TagClassName
{
border-color: #1A7F2C;
}
</style>