Shades of Forest Green #1FA524
Tints of Forest Green #1FA524
RGB
CMYK
RGB Variations
Color information
#1FA524 (or 0x1FA524) is known color: Forest Green. HEX triplet: 1F, A5 and 24. RGB value is (31,165,36). Sum of RGB (Red+Green+Blue) = 31+165+36=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 165 (64.84% from 255 or 71.12% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA524 is #E05ADB. Grayscale: #6E6E6E. Windows color (decimal): -14703324 or 2401567. OLE color: 2401567.
HSL color Cylindrical-coordinate representation of color #1FA524: hue angle of 122.24º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA524 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 165 | 36 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.35 |
| HSL | 122.24º | 0.68% | 0.38% | - |
| HSV(B) | 122.24º | 0.81% | 0.65% | - |
| XYZ | 14.34 | 27.33 | 6.19 | - |
| YUV | 110.23 | 86.11 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 36 | 0.81 | 0 | 0.78 | 0.35 | 122.24 | 0.68 | 0.38 |
| Hex | 1F | A5 | 24 | 51 | 0 | 4E | 23 | 7A | 44 | 26 |
| Octal | 37 | 245 | 44 | 121 | 0 | 116 | 43 | 172 | 104 | 46 |
| Binary | 11111 | 10100101 | 100100 | 1010001 | 0 | 1001110 | 100011 | 1111010 | 1000100 | 100110 |
Color Harmonies of #1FA524
Complementary color
Monochromatic Colors of #1FA524
Black with #1FA524
Text Example
Text Example
White with #1FA524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA524; }
p { color: rgb(31,165,36); }
H1.HeaderClassName
{
color: #1FA524;
}
.AnyTagClassName
{
color: #1FA524;
}
</style>
background-color css
<style>
a { background-color: #1FA524; }
a { background-color: rgb(31,165,36); }
div.DivClassName
{
background-color: #1FA524;
}
.BgClassName
{
background-color: #1FA524;
}
</style>
border-color css
<style>
span { border-color: #1FA524; }
span { border-color: rgb(31,165,36); }
td.TdClassName
{
border-color: #1FA524;
}
.TagClassName
{
border-color: #1FA524;
}
</style>