Shades of Forest Green #1F9910
Tints of Forest Green #1F9910
RGB
CMYK
RGB Variations
Color information
#1F9910 (or 0x1F9910) is known color: Forest Green. HEX triplet: 1F, 99 and 10. RGB value is (31,153,16). Sum of RGB (Red+Green+Blue) = 31+153+16=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 153 (60.16% from 255 or 76.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9910 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9910 is #E066EF. Grayscale: #656565. Windows color (decimal): -14706416 or 1087775. OLE color: 1087775.
HSL color Cylindrical-coordinate representation of color #1F9910: hue angle of 113.43º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F9910 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 16 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.4 |
| HSL | 113.43º | 0.81% | 0.33% | - |
| HSV(B) | 113.43º | 0.9% | 0.6% | - |
| XYZ | 12.05 | 23.11 | 4.32 | - |
| YUV | 100.9 | 80.08 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 16 | 0.80 | 0 | 0.90 | 0.4 | 113.43 | 0.81 | 0.33 |
| Hex | 1F | 99 | 10 | 50 | 0 | 5A | 28 | 71 | 51 | 21 |
| Octal | 37 | 231 | 20 | 120 | 0 | 132 | 50 | 161 | 121 | 41 |
| Binary | 11111 | 10011001 | 10000 | 1010000 | 0 | 1011010 | 101000 | 1110001 | 1010001 | 100001 |
Color Harmonies of #1F9910
Complementary color
Monochromatic Colors of #1F9910
Black with #1F9910
Text Example
Text Example
White with #1F9910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9910; }
p { color: rgb(31,153,16); }
H1.HeaderClassName
{
color: #1F9910;
}
.AnyTagClassName
{
color: #1F9910;
}
</style>
background-color css
<style>
a { background-color: #1F9910; }
a { background-color: rgb(31,153,16); }
div.DivClassName
{
background-color: #1F9910;
}
.BgClassName
{
background-color: #1F9910;
}
</style>
border-color css
<style>
span { border-color: #1F9910; }
span { border-color: rgb(31,153,16); }
td.TdClassName
{
border-color: #1F9910;
}
.TagClassName
{
border-color: #1F9910;
}
</style>