Shades of Forest Green #1FA934
Tints of Forest Green #1FA934
RGB
CMYK
RGB Variations
Color information
#1FA934 (or 0x1FA934) is known color: Forest Green. HEX triplet: 1F, A9 and 34. RGB value is (31,169,52). Sum of RGB (Red+Green+Blue) = 31+169+52=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 169 (66.41% from 255 or 67.06% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 169 - color contains mainly: green. Hex color #1FA934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA934 is #E056CB. Grayscale: #727272. Windows color (decimal): -14702284 or 3451167. OLE color: 3451167.
HSL color Cylindrical-coordinate representation of color #1FA934: hue angle of 129.13º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA934 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 169 | 52 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.34 |
| HSL | 129.13º | 0.69% | 0.39% | - |
| HSV(B) | 129.13º | 0.82% | 0.66% | - |
| XYZ | 15.37 | 28.92 | 8.02 | - |
| YUV | 114.4 | 92.78 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 169 | 52 | 0.82 | 0 | 0.69 | 0.34 | 129.13 | 0.69 | 0.39 |
| Hex | 1F | A9 | 34 | 52 | 0 | 45 | 22 | 81 | 45 | 27 |
| Octal | 37 | 251 | 64 | 122 | 0 | 105 | 42 | 201 | 105 | 47 |
| Binary | 11111 | 10101001 | 110100 | 1010010 | 0 | 1000101 | 100010 | 10000001 | 1000101 | 100111 |
Color Harmonies of #1FA934
Complementary color
Monochromatic Colors of #1FA934
Black with #1FA934
Text Example
Text Example
White with #1FA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA934; }
p { color: rgb(31,169,52); }
H1.HeaderClassName
{
color: #1FA934;
}
.AnyTagClassName
{
color: #1FA934;
}
</style>
background-color css
<style>
a { background-color: #1FA934; }
a { background-color: rgb(31,169,52); }
div.DivClassName
{
background-color: #1FA934;
}
.BgClassName
{
background-color: #1FA934;
}
</style>
border-color css
<style>
span { border-color: #1FA934; }
span { border-color: rgb(31,169,52); }
td.TdClassName
{
border-color: #1FA934;
}
.TagClassName
{
border-color: #1FA934;
}
</style>