Shades of Forest Green #1F9A2A
Tints of Forest Green #1F9A2A
RGB
CMYK
RGB Variations
Color information
#1F9A2A (or 0x1F9A2A) is known color: Forest Green. HEX triplet: 1F, 9A and 2A. RGB value is (31,154,42). Sum of RGB (Red+Green+Blue) = 31+154+42=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 154 (60.55% from 255 or 67.84% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9A2A is #E065D5. Grayscale: #686868. Windows color (decimal): -14706134 or 2791967. OLE color: 2791967.
HSL color Cylindrical-coordinate representation of color #1F9A2A: hue angle of 125.37º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9A2A is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 154 | 42 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.40 |
| HSL | 125.37º | 0.66% | 0.36% | - |
| HSV(B) | 125.37º | 0.8% | 0.6% | - |
| XYZ | 12.54 | 23.57 | 6.08 | - |
| YUV | 104.46 | 92.75 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 154 | 42 | 0.80 | 0 | 0.73 | 0.40 | 125.37 | 0.66 | 0.36 |
| Hex | 1F | 9A | 2A | 50 | 0 | 49 | 28 | 7D | 42 | 24 |
| Octal | 37 | 232 | 52 | 120 | 0 | 111 | 50 | 175 | 102 | 44 |
| Binary | 11111 | 10011010 | 101010 | 1010000 | 0 | 1001001 | 101000 | 1111101 | 1000010 | 100100 |
Color Harmonies of #1F9A2A
Complementary color
Monochromatic Colors of #1F9A2A
Black with #1F9A2A
Text Example
Text Example
White with #1F9A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9A2A; }
p { color: rgb(31,154,42); }
H1.HeaderClassName
{
color: #1F9A2A;
}
.AnyTagClassName
{
color: #1F9A2A;
}
</style>
background-color css
<style>
a { background-color: #1F9A2A; }
a { background-color: rgb(31,154,42); }
div.DivClassName
{
background-color: #1F9A2A;
}
.BgClassName
{
background-color: #1F9A2A;
}
</style>
border-color css
<style>
span { border-color: #1F9A2A; }
span { border-color: rgb(31,154,42); }
td.TdClassName
{
border-color: #1F9A2A;
}
.TagClassName
{
border-color: #1F9A2A;
}
</style>