Shades of Forest Green #1FAC1C
Tints of Forest Green #1FAC1C
RGB
CMYK
RGB Variations
Color information
#1FAC1C (or 0x1FAC1C) is known color: Forest Green. HEX triplet: 1F, AC and 1C. RGB value is (31,172,28). Sum of RGB (Red+Green+Blue) = 31+172+28=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 172 (67.58% from 255 or 74.46% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC1C is #E053E3. Grayscale: #717171. Windows color (decimal): -14701540 or 1879071. OLE color: 1879071.
HSL color Cylindrical-coordinate representation of color #1FAC1C: hue angle of 118.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FAC1C is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 28 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.33 |
| HSL | 118.75º | 0.72% | 0.39% | - |
| HSV(B) | 118.75º | 0.84% | 0.67% | - |
| XYZ | 15.53 | 29.88 | 6.05 | - |
| YUV | 113.43 | 79.79 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 28 | 0.82 | 0 | 0.84 | 0.33 | 118.75 | 0.72 | 0.39 |
| Hex | 1F | AC | 1C | 52 | 0 | 54 | 21 | 77 | 48 | 27 |
| Octal | 37 | 254 | 34 | 122 | 0 | 124 | 41 | 167 | 110 | 47 |
| Binary | 11111 | 10101100 | 11100 | 1010010 | 0 | 1010100 | 100001 | 1110111 | 1001000 | 100111 |
Color Harmonies of #1FAC1C
Complementary color
Monochromatic Colors of #1FAC1C
Black with #1FAC1C
Text Example
Text Example
White with #1FAC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC1C; }
p { color: rgb(31,172,28); }
H1.HeaderClassName
{
color: #1FAC1C;
}
.AnyTagClassName
{
color: #1FAC1C;
}
</style>
background-color css
<style>
a { background-color: #1FAC1C; }
a { background-color: rgb(31,172,28); }
div.DivClassName
{
background-color: #1FAC1C;
}
.BgClassName
{
background-color: #1FAC1C;
}
</style>
border-color css
<style>
span { border-color: #1FAC1C; }
span { border-color: rgb(31,172,28); }
td.TdClassName
{
border-color: #1FAC1C;
}
.TagClassName
{
border-color: #1FAC1C;
}
</style>