Shades of Forest Green #1F9A2C
Tints of Forest Green #1F9A2C
RGB
CMYK
RGB Variations
Color information
#1F9A2C (or 0x1F9A2C) is known color: Forest Green. HEX triplet: 1F, 9A and 2C. RGB value is (31,154,44). Sum of RGB (Red+Green+Blue) = 31+154+44=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 154 (60.55% from 255 or 67.25% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9A2C is #E065D3. Grayscale: #696969. Windows color (decimal): -14706132 or 2923039. OLE color: 2923039.
HSL color Cylindrical-coordinate representation of color #1F9A2C: hue angle of 126.34º 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 #1F9A2C is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 154 | 44 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.40 |
| HSL | 126.34º | 0.66% | 0.36% | - |
| HSV(B) | 126.34º | 0.8% | 0.6% | - |
| XYZ | 12.58 | 23.58 | 6.27 | - |
| YUV | 104.68 | 93.75 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 154 | 44 | 0.80 | 0 | 0.71 | 0.40 | 126.34 | 0.66 | 0.36 |
| Hex | 1F | 9A | 2C | 50 | 0 | 47 | 28 | 7E | 42 | 24 |
| Octal | 37 | 232 | 54 | 120 | 0 | 107 | 50 | 176 | 102 | 44 |
| Binary | 11111 | 10011010 | 101100 | 1010000 | 0 | 1000111 | 101000 | 1111110 | 1000010 | 100100 |
Color Harmonies of #1F9A2C
Complementary color
Monochromatic Colors of #1F9A2C
Black with #1F9A2C
Text Example
Text Example
White with #1F9A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9A2C; }
p { color: rgb(31,154,44); }
H1.HeaderClassName
{
color: #1F9A2C;
}
.AnyTagClassName
{
color: #1F9A2C;
}
</style>
background-color css
<style>
a { background-color: #1F9A2C; }
a { background-color: rgb(31,154,44); }
div.DivClassName
{
background-color: #1F9A2C;
}
.BgClassName
{
background-color: #1F9A2C;
}
</style>
border-color css
<style>
span { border-color: #1F9A2C; }
span { border-color: rgb(31,154,44); }
td.TdClassName
{
border-color: #1F9A2C;
}
.TagClassName
{
border-color: #1F9A2C;
}
</style>