Shades of Forest Green #1F9A10
Tints of Forest Green #1F9A10
RGB
CMYK
RGB Variations
Color information
#1F9A10 (or 0x1F9A10) is known color: Forest Green. HEX triplet: 1F, 9A and 10. RGB value is (31,154,16). Sum of RGB (Red+Green+Blue) = 31+154+16=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 154 (60.55% from 255 or 76.62% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9A10 is #E065EF. Grayscale: #656565. Windows color (decimal): -14706160 or 1088031. OLE color: 1088031.
HSL color Cylindrical-coordinate representation of color #1F9A10: hue angle of 113.48º 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 #1F9A10 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 154 | 16 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.40 |
| HSL | 113.48º | 0.81% | 0.33% | - |
| HSV(B) | 113.48º | 0.9% | 0.6% | - |
| XYZ | 12.21 | 23.44 | 4.37 | - |
| YUV | 101.49 | 79.75 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 154 | 16 | 0.80 | 0 | 0.90 | 0.40 | 113.48 | 0.81 | 0.33 |
| Hex | 1F | 9A | 10 | 50 | 0 | 5A | 28 | 71 | 51 | 21 |
| Octal | 37 | 232 | 20 | 120 | 0 | 132 | 50 | 161 | 121 | 41 |
| Binary | 11111 | 10011010 | 10000 | 1010000 | 0 | 1011010 | 101000 | 1110001 | 1010001 | 100001 |
Color Harmonies of #1F9A10
Complementary color
Monochromatic Colors of #1F9A10
Black with #1F9A10
Text Example
Text Example
White with #1F9A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9A10; }
p { color: rgb(31,154,16); }
H1.HeaderClassName
{
color: #1F9A10;
}
.AnyTagClassName
{
color: #1F9A10;
}
</style>
background-color css
<style>
a { background-color: #1F9A10; }
a { background-color: rgb(31,154,16); }
div.DivClassName
{
background-color: #1F9A10;
}
.BgClassName
{
background-color: #1F9A10;
}
</style>
border-color css
<style>
span { border-color: #1F9A10; }
span { border-color: rgb(31,154,16); }
td.TdClassName
{
border-color: #1F9A10;
}
.TagClassName
{
border-color: #1F9A10;
}
</style>