Shades of Forest Green #1F911A
Tints of Forest Green #1F911A
RGB
CMYK
RGB Variations
Color information
#1F911A (or 0x1F911A) is known color: Forest Green. HEX triplet: 1F, 91 and 1A. RGB value is (31,145,26). Sum of RGB (Red+Green+Blue) = 31+145+26=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 145 (57.03% from 255 or 71.78% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 145 - color contains mainly: green. Hex color #1F911A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F911A is #E06EE5. Grayscale: #616161. Windows color (decimal): -14708454 or 1741087. OLE color: 1741087.
HSL color Cylindrical-coordinate representation of color #1F911A: hue angle of 117.48º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F911A is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 145 | 26 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.43 |
| HSL | 117.48º | 0.7% | 0.34% | - |
| HSV(B) | 117.48º | 0.82% | 0.57% | - |
| XYZ | 10.88 | 20.62 | 4.38 | - |
| YUV | 97.35 | 87.73 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 26 | 0.79 | 0 | 0.82 | 0.43 | 117.48 | 0.7 | 0.34 |
| Hex | 1F | 91 | 1A | 4F | 0 | 52 | 2B | 75 | 46 | 22 |
| Octal | 37 | 221 | 32 | 117 | 0 | 122 | 53 | 165 | 106 | 42 |
| Binary | 11111 | 10010001 | 11010 | 1001111 | 0 | 1010010 | 101011 | 1110101 | 1000110 | 100010 |
Color Harmonies of #1F911A
Complementary color
Monochromatic Colors of #1F911A
Black with #1F911A
Text Example
Text Example
White with #1F911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F911A; }
p { color: rgb(31,145,26); }
H1.HeaderClassName
{
color: #1F911A;
}
.AnyTagClassName
{
color: #1F911A;
}
</style>
background-color css
<style>
a { background-color: #1F911A; }
a { background-color: rgb(31,145,26); }
div.DivClassName
{
background-color: #1F911A;
}
.BgClassName
{
background-color: #1F911A;
}
</style>
border-color css
<style>
span { border-color: #1F911A; }
span { border-color: rgb(31,145,26); }
td.TdClassName
{
border-color: #1F911A;
}
.TagClassName
{
border-color: #1F911A;
}
</style>