Shades of Forest Green #1FA034
Tints of Forest Green #1FA034
RGB
CMYK
RGB Variations
Color information
#1FA034 (or 0x1FA034) is known color: Forest Green. HEX triplet: 1F, A0 and 34. RGB value is (31,160,52). Sum of RGB (Red+Green+Blue) = 31+160+52=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 160 (62.89% from 255 or 65.84% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA034 is #E05FCB. Grayscale: #6D6D6D. Windows color (decimal): -14704588 or 3448863. OLE color: 3448863.
HSL color Cylindrical-coordinate representation of color #1FA034: hue angle of 129.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA034 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 52 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.37 |
| HSL | 129.77º | 0.68% | 0.37% | - |
| HSV(B) | 129.77º | 0.81% | 0.63% | - |
| XYZ | 13.76 | 25.68 | 7.48 | - |
| YUV | 109.12 | 95.76 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 52 | 0.81 | 0 | 0.68 | 0.37 | 129.77 | 0.68 | 0.37 |
| Hex | 1F | A0 | 34 | 51 | 0 | 44 | 25 | 82 | 44 | 25 |
| Octal | 37 | 240 | 64 | 121 | 0 | 104 | 45 | 202 | 104 | 45 |
| Binary | 11111 | 10100000 | 110100 | 1010001 | 0 | 1000100 | 100101 | 10000010 | 1000100 | 100101 |
Color Harmonies of #1FA034
Complementary color
Monochromatic Colors of #1FA034
Black with #1FA034
Text Example
Text Example
White with #1FA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA034; }
p { color: rgb(31,160,52); }
H1.HeaderClassName
{
color: #1FA034;
}
.AnyTagClassName
{
color: #1FA034;
}
</style>
background-color css
<style>
a { background-color: #1FA034; }
a { background-color: rgb(31,160,52); }
div.DivClassName
{
background-color: #1FA034;
}
.BgClassName
{
background-color: #1FA034;
}
</style>
border-color css
<style>
span { border-color: #1FA034; }
span { border-color: rgb(31,160,52); }
td.TdClassName
{
border-color: #1FA034;
}
.TagClassName
{
border-color: #1FA034;
}
</style>