Shades of Forest Green #1F901B
Tints of Forest Green #1F901B
RGB
CMYK
RGB Variations
Color information
#1F901B (or 0x1F901B) is known color: Forest Green. HEX triplet: 1F, 90 and 1B. RGB value is (31,144,27). Sum of RGB (Red+Green+Blue) = 31+144+27=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 144 (56.64% from 255 or 71.29% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 144 - color contains mainly: green. Hex color #1F901B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F901B is #E06FE4. Grayscale: #616161. Windows color (decimal): -14708709 or 1806367. OLE color: 1806367.
HSL color Cylindrical-coordinate representation of color #1F901B: hue angle of 117.95º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F901B is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 144 | 27 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.44 |
| HSL | 117.95º | 0.68% | 0.34% | - |
| HSV(B) | 117.95º | 0.81% | 0.56% | - |
| XYZ | 10.74 | 20.32 | 4.39 | - |
| YUV | 96.88 | 88.56 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 144 | 27 | 0.78 | 0 | 0.81 | 0.44 | 117.95 | 0.68 | 0.34 |
| Hex | 1F | 90 | 1B | 4E | 0 | 51 | 2C | 76 | 44 | 22 |
| Octal | 37 | 220 | 33 | 116 | 0 | 121 | 54 | 166 | 104 | 42 |
| Binary | 11111 | 10010000 | 11011 | 1001110 | 0 | 1010001 | 101100 | 1110110 | 1000100 | 100010 |
Color Harmonies of #1F901B
Complementary color
Monochromatic Colors of #1F901B
Black with #1F901B
Text Example
Text Example
White with #1F901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F901B; }
p { color: rgb(31,144,27); }
H1.HeaderClassName
{
color: #1F901B;
}
.AnyTagClassName
{
color: #1F901B;
}
</style>
background-color css
<style>
a { background-color: #1F901B; }
a { background-color: rgb(31,144,27); }
div.DivClassName
{
background-color: #1F901B;
}
.BgClassName
{
background-color: #1F901B;
}
</style>
border-color css
<style>
span { border-color: #1F901B; }
span { border-color: rgb(31,144,27); }
td.TdClassName
{
border-color: #1F901B;
}
.TagClassName
{
border-color: #1F901B;
}
</style>