Shades of Forest Green #1F9A29
Tints of Forest Green #1F9A29
RGB
CMYK
RGB Variations
Color information
#1F9A29 (or 0x1F9A29) is known color: Forest Green. HEX triplet: 1F, 9A and 29. RGB value is (31,154,41). Sum of RGB (Red+Green+Blue) = 31+154+41=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 154 (60.55% from 255 or 68.14% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9A29 is #E065D6. Grayscale: #686868. Windows color (decimal): -14706135 or 2726431. OLE color: 2726431.
HSL color Cylindrical-coordinate representation of color #1F9A29: hue angle of 124.88º 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 #1F9A29 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 154 | 41 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.40 |
| HSL | 124.88º | 0.66% | 0.36% | - |
| HSV(B) | 124.88º | 0.8% | 0.6% | - |
| XYZ | 12.52 | 23.56 | 5.99 | - |
| YUV | 104.34 | 92.25 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 154 | 41 | 0.80 | 0 | 0.73 | 0.40 | 124.88 | 0.66 | 0.36 |
| Hex | 1F | 9A | 29 | 50 | 0 | 49 | 28 | 7D | 42 | 24 |
| Octal | 37 | 232 | 51 | 120 | 0 | 111 | 50 | 175 | 102 | 44 |
| Binary | 11111 | 10011010 | 101001 | 1010000 | 0 | 1001001 | 101000 | 1111101 | 1000010 | 100100 |
Color Harmonies of #1F9A29
Complementary color
Monochromatic Colors of #1F9A29
Black with #1F9A29
Text Example
Text Example
White with #1F9A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9A29; }
p { color: rgb(31,154,41); }
H1.HeaderClassName
{
color: #1F9A29;
}
.AnyTagClassName
{
color: #1F9A29;
}
</style>
background-color css
<style>
a { background-color: #1F9A29; }
a { background-color: rgb(31,154,41); }
div.DivClassName
{
background-color: #1F9A29;
}
.BgClassName
{
background-color: #1F9A29;
}
</style>
border-color css
<style>
span { border-color: #1F9A29; }
span { border-color: rgb(31,154,41); }
td.TdClassName
{
border-color: #1F9A29;
}
.TagClassName
{
border-color: #1F9A29;
}
</style>