Shades of Forest Green #1F9535
Tints of Forest Green #1F9535
RGB
CMYK
RGB Variations
Color information
#1F9535 (or 0x1F9535) is known color: Forest Green. HEX triplet: 1F, 95 and 35. RGB value is (31,149,53). Sum of RGB (Red+Green+Blue) = 31+149+53=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #1F9535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9535 is #E06ACA. Grayscale: #676767. Windows color (decimal): -14707403 or 3511583. OLE color: 3511583.
HSL color Cylindrical-coordinate representation of color #1F9535: hue angle of 131.19º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9535 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 149 | 53 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.42 |
| HSL | 131.19º | 0.66% | 0.35% | - |
| HSV(B) | 131.19º | 0.79% | 0.58% | - |
| XYZ | 11.96 | 22.04 | 6.99 | - |
| YUV | 102.77 | 99.91 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 53 | 0.79 | 0 | 0.64 | 0.42 | 131.19 | 0.66 | 0.35 |
| Hex | 1F | 95 | 35 | 4F | 0 | 40 | 2A | 83 | 42 | 23 |
| Octal | 37 | 225 | 65 | 117 | 0 | 100 | 52 | 203 | 102 | 43 |
| Binary | 11111 | 10010101 | 110101 | 1001111 | 0 | 1000000 | 101010 | 10000011 | 1000010 | 100011 |
Color Harmonies of #1F9535
Complementary color
Monochromatic Colors of #1F9535
Black with #1F9535
Text Example
Text Example
White with #1F9535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9535; }
p { color: rgb(31,149,53); }
H1.HeaderClassName
{
color: #1F9535;
}
.AnyTagClassName
{
color: #1F9535;
}
</style>
background-color css
<style>
a { background-color: #1F9535; }
a { background-color: rgb(31,149,53); }
div.DivClassName
{
background-color: #1F9535;
}
.BgClassName
{
background-color: #1F9535;
}
</style>
border-color css
<style>
span { border-color: #1F9535; }
span { border-color: rgb(31,149,53); }
td.TdClassName
{
border-color: #1F9535;
}
.TagClassName
{
border-color: #1F9535;
}
</style>