Shades of Forest Green #1F9435
Tints of Forest Green #1F9435
RGB
CMYK
RGB Variations
Color information
#1F9435 (or 0x1F9435) is known color: Forest Green. HEX triplet: 1F, 94 and 35. RGB value is (31,148,53). Sum of RGB (Red+Green+Blue) = 31+148+53=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9435 is #E06BCA. Grayscale: #666666. Windows color (decimal): -14707659 or 3511327. OLE color: 3511327.
HSL color Cylindrical-coordinate representation of color #1F9435: hue angle of 131.28º degrees, saturation: 0.65, 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 #1F9435 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 148 | 53 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.42 |
| HSL | 131.28º | 0.65% | 0.35% | - |
| HSV(B) | 131.28º | 0.79% | 0.58% | - |
| XYZ | 11.8 | 21.73 | 6.94 | - |
| YUV | 102.19 | 100.24 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 148 | 53 | 0.79 | 0 | 0.64 | 0.42 | 131.28 | 0.65 | 0.35 |
| Hex | 1F | 94 | 35 | 4F | 0 | 40 | 2A | 83 | 41 | 23 |
| Octal | 37 | 224 | 65 | 117 | 0 | 100 | 52 | 203 | 101 | 43 |
| Binary | 11111 | 10010100 | 110101 | 1001111 | 0 | 1000000 | 101010 | 10000011 | 1000001 | 100011 |
Color Harmonies of #1F9435
Complementary color
Monochromatic Colors of #1F9435
Black with #1F9435
Text Example
Text Example
White with #1F9435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9435; }
p { color: rgb(31,148,53); }
H1.HeaderClassName
{
color: #1F9435;
}
.AnyTagClassName
{
color: #1F9435;
}
</style>
background-color css
<style>
a { background-color: #1F9435; }
a { background-color: rgb(31,148,53); }
div.DivClassName
{
background-color: #1F9435;
}
.BgClassName
{
background-color: #1F9435;
}
</style>
border-color css
<style>
span { border-color: #1F9435; }
span { border-color: rgb(31,148,53); }
td.TdClassName
{
border-color: #1F9435;
}
.TagClassName
{
border-color: #1F9435;
}
</style>