Shades of Forest Green #1F9938
Tints of Forest Green #1F9938
RGB
CMYK
RGB Variations
Color information
#1F9938 (or 0x1F9938) is known color: Forest Green. HEX triplet: 1F, 99 and 38. RGB value is (31,153,56). Sum of RGB (Red+Green+Blue) = 31+153+56=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 153 (60.16% from 255 or 63.75% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9938 is #E066C7. Grayscale: #696969. Windows color (decimal): -14706376 or 3709215. OLE color: 3709215.
HSL color Cylindrical-coordinate representation of color #1F9938: hue angle of 132.3º 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 #1F9938 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 56 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.4 |
| HSL | 132.3º | 0.66% | 0.36% | - |
| HSV(B) | 132.3º | 0.8% | 0.6% | - |
| XYZ | 12.67 | 23.36 | 7.58 | - |
| YUV | 105.46 | 100.08 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 56 | 0.80 | 0 | 0.63 | 0.4 | 132.3 | 0.66 | 0.36 |
| Hex | 1F | 99 | 38 | 50 | 0 | 3F | 28 | 84 | 42 | 24 |
| Octal | 37 | 231 | 70 | 120 | 0 | 77 | 50 | 204 | 102 | 44 |
| Binary | 11111 | 10011001 | 111000 | 1010000 | 0 | 111111 | 101000 | 10000100 | 1000010 | 100100 |
Color Harmonies of #1F9938
Complementary color
Monochromatic Colors of #1F9938
Black with #1F9938
Text Example
Text Example
White with #1F9938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9938; }
p { color: rgb(31,153,56); }
H1.HeaderClassName
{
color: #1F9938;
}
.AnyTagClassName
{
color: #1F9938;
}
</style>
background-color css
<style>
a { background-color: #1F9938; }
a { background-color: rgb(31,153,56); }
div.DivClassName
{
background-color: #1F9938;
}
.BgClassName
{
background-color: #1F9938;
}
</style>
border-color css
<style>
span { border-color: #1F9938; }
span { border-color: rgb(31,153,56); }
td.TdClassName
{
border-color: #1F9938;
}
.TagClassName
{
border-color: #1F9938;
}
</style>