Shades of Forest Green #1FA229
Tints of Forest Green #1FA229
RGB
CMYK
RGB Variations
Color information
#1FA229 (or 0x1FA229) is known color: Forest Green. HEX triplet: 1F, A2 and 29. RGB value is (31,162,41). Sum of RGB (Red+Green+Blue) = 31+162+41=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 162 (63.67% from 255 or 69.23% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA229 is #E05DD6. Grayscale: #6D6D6D. Windows color (decimal): -14704087 or 2728479. OLE color: 2728479.
HSL color Cylindrical-coordinate representation of color #1FA229: hue angle of 124.58º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA229 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 162 | 41 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.36 |
| HSL | 124.58º | 0.68% | 0.38% | - |
| HSV(B) | 124.58º | 0.81% | 0.64% | - |
| XYZ | 13.89 | 26.29 | 6.44 | - |
| YUV | 109.04 | 89.6 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 41 | 0.81 | 0 | 0.75 | 0.36 | 124.58 | 0.68 | 0.38 |
| Hex | 1F | A2 | 29 | 51 | 0 | 4B | 24 | 7D | 44 | 26 |
| Octal | 37 | 242 | 51 | 121 | 0 | 113 | 44 | 175 | 104 | 46 |
| Binary | 11111 | 10100010 | 101001 | 1010001 | 0 | 1001011 | 100100 | 1111101 | 1000100 | 100110 |
Color Harmonies of #1FA229
Complementary color
Monochromatic Colors of #1FA229
Black with #1FA229
Text Example
Text Example
White with #1FA229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA229; }
p { color: rgb(31,162,41); }
H1.HeaderClassName
{
color: #1FA229;
}
.AnyTagClassName
{
color: #1FA229;
}
</style>
background-color css
<style>
a { background-color: #1FA229; }
a { background-color: rgb(31,162,41); }
div.DivClassName
{
background-color: #1FA229;
}
.BgClassName
{
background-color: #1FA229;
}
</style>
border-color css
<style>
span { border-color: #1FA229; }
span { border-color: rgb(31,162,41); }
td.TdClassName
{
border-color: #1FA229;
}
.TagClassName
{
border-color: #1FA229;
}
</style>