Shades of Forest Green #1F9036
Tints of Forest Green #1F9036
RGB
CMYK
RGB Variations
Color information
#1F9036 (or 0x1F9036) is known color: Forest Green. HEX triplet: 1F, 90 and 36. RGB value is (31,144,54). Sum of RGB (Red+Green+Blue) = 31+144+54=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 144 (56.64% from 255 or 62.88% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 144 - color contains mainly: green. Hex color #1F9036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9036 is #E06FC9. Grayscale: #646464. Windows color (decimal): -14708682 or 3575839. OLE color: 3575839.
HSL color Cylindrical-coordinate representation of color #1F9036: hue angle of 132.21º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F9036 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 144 | 54 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.44 |
| HSL | 132.21º | 0.65% | 0.34% | - |
| HSV(B) | 132.21º | 0.78% | 0.56% | - |
| XYZ | 11.2 | 20.5 | 6.86 | - |
| YUV | 99.95 | 102.06 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 144 | 54 | 0.78 | 0 | 0.63 | 0.44 | 132.21 | 0.65 | 0.34 |
| Hex | 1F | 90 | 36 | 4E | 0 | 3F | 2C | 84 | 41 | 22 |
| Octal | 37 | 220 | 66 | 116 | 0 | 77 | 54 | 204 | 101 | 42 |
| Binary | 11111 | 10010000 | 110110 | 1001110 | 0 | 111111 | 101100 | 10000100 | 1000001 | 100010 |
Color Harmonies of #1F9036
Complementary color
Monochromatic Colors of #1F9036
Black with #1F9036
Text Example
Text Example
White with #1F9036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9036; }
p { color: rgb(31,144,54); }
H1.HeaderClassName
{
color: #1F9036;
}
.AnyTagClassName
{
color: #1F9036;
}
</style>
background-color css
<style>
a { background-color: #1F9036; }
a { background-color: rgb(31,144,54); }
div.DivClassName
{
background-color: #1F9036;
}
.BgClassName
{
background-color: #1F9036;
}
</style>
border-color css
<style>
span { border-color: #1F9036; }
span { border-color: rgb(31,144,54); }
td.TdClassName
{
border-color: #1F9036;
}
.TagClassName
{
border-color: #1F9036;
}
</style>