Shades of Forest Green #1FAC1A
Tints of Forest Green #1FAC1A
RGB
CMYK
RGB Variations
Color information
#1FAC1A (or 0x1FAC1A) is known color: Forest Green. HEX triplet: 1F, AC and 1A. RGB value is (31,172,26). Sum of RGB (Red+Green+Blue) = 31+172+26=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 172 (67.58% from 255 or 75.11% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC1A is #E053E5. Grayscale: #717171. Windows color (decimal): -14701542 or 1747999. OLE color: 1747999.
HSL color Cylindrical-coordinate representation of color #1FAC1A: hue angle of 117.95º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FAC1A is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 26 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.33 |
| HSL | 117.95º | 0.74% | 0.39% | - |
| HSV(B) | 117.95º | 0.85% | 0.67% | - |
| XYZ | 15.5 | 29.87 | 5.93 | - |
| YUV | 113.2 | 78.79 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 26 | 0.82 | 0 | 0.85 | 0.33 | 117.95 | 0.74 | 0.39 |
| Hex | 1F | AC | 1A | 52 | 0 | 55 | 21 | 76 | 4A | 27 |
| Octal | 37 | 254 | 32 | 122 | 0 | 125 | 41 | 166 | 112 | 47 |
| Binary | 11111 | 10101100 | 11010 | 1010010 | 0 | 1010101 | 100001 | 1110110 | 1001010 | 100111 |
Color Harmonies of #1FAC1A
Complementary color
Monochromatic Colors of #1FAC1A
Black with #1FAC1A
Text Example
Text Example
White with #1FAC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC1A; }
p { color: rgb(31,172,26); }
H1.HeaderClassName
{
color: #1FAC1A;
}
.AnyTagClassName
{
color: #1FAC1A;
}
</style>
background-color css
<style>
a { background-color: #1FAC1A; }
a { background-color: rgb(31,172,26); }
div.DivClassName
{
background-color: #1FAC1A;
}
.BgClassName
{
background-color: #1FAC1A;
}
</style>
border-color css
<style>
span { border-color: #1FAC1A; }
span { border-color: rgb(31,172,26); }
td.TdClassName
{
border-color: #1FAC1A;
}
.TagClassName
{
border-color: #1FAC1A;
}
</style>