Shades of Forest Green #1F9035
Tints of Forest Green #1F9035
RGB
CMYK
RGB Variations
Color information
#1F9035 (or 0x1F9035) is known color: Forest Green. HEX triplet: 1F, 90 and 35. RGB value is (31,144,53). Sum of RGB (Red+Green+Blue) = 31+144+53=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #1F9035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9035 is #E06FCA. Grayscale: #646464. Windows color (decimal): -14708683 or 3510303. OLE color: 3510303.
HSL color Cylindrical-coordinate representation of color #1F9035: hue angle of 131.68º 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 #1F9035 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 144 | 53 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.44 |
| HSL | 131.68º | 0.65% | 0.34% | - |
| HSV(B) | 131.68º | 0.78% | 0.56% | - |
| XYZ | 11.18 | 20.49 | 6.73 | - |
| YUV | 99.84 | 101.56 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 144 | 53 | 0.78 | 0 | 0.63 | 0.44 | 131.68 | 0.65 | 0.34 |
| Hex | 1F | 90 | 35 | 4E | 0 | 3F | 2C | 84 | 41 | 22 |
| Octal | 37 | 220 | 65 | 116 | 0 | 77 | 54 | 204 | 101 | 42 |
| Binary | 11111 | 10010000 | 110101 | 1001110 | 0 | 111111 | 101100 | 10000100 | 1000001 | 100010 |
Color Harmonies of #1F9035
Complementary color
Monochromatic Colors of #1F9035
Black with #1F9035
Text Example
Text Example
White with #1F9035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9035; }
p { color: rgb(31,144,53); }
H1.HeaderClassName
{
color: #1F9035;
}
.AnyTagClassName
{
color: #1F9035;
}
</style>
background-color css
<style>
a { background-color: #1F9035; }
a { background-color: rgb(31,144,53); }
div.DivClassName
{
background-color: #1F9035;
}
.BgClassName
{
background-color: #1F9035;
}
</style>
border-color css
<style>
span { border-color: #1F9035; }
span { border-color: rgb(31,144,53); }
td.TdClassName
{
border-color: #1F9035;
}
.TagClassName
{
border-color: #1F9035;
}
</style>