Shades of Forest Green #1F891A
Tints of Forest Green #1F891A
RGB
CMYK
RGB Variations
Color information
#1F891A (or 0x1F891A) is known color: Forest Green. HEX triplet: 1F, 89 and 1A. RGB value is (31,137,26). Sum of RGB (Red+Green+Blue) = 31+137+26=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #1F891A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F891A is #E076E5. Grayscale: #5C5C5C. Windows color (decimal): -14710502 or 1739039. OLE color: 1739039.
HSL color Cylindrical-coordinate representation of color #1F891A: hue angle of 117.3º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F891A is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 26 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.46 |
| HSL | 117.3º | 0.68% | 0.32% | - |
| HSV(B) | 117.3º | 0.81% | 0.54% | - |
| XYZ | 9.7 | 18.26 | 3.99 | - |
| YUV | 92.65 | 90.38 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 26 | 0.77 | 0 | 0.81 | 0.46 | 117.3 | 0.68 | 0.32 |
| Hex | 1F | 89 | 1A | 4D | 0 | 51 | 2E | 75 | 44 | 20 |
| Octal | 37 | 211 | 32 | 115 | 0 | 121 | 56 | 165 | 104 | 40 |
| Binary | 11111 | 10001001 | 11010 | 1001101 | 0 | 1010001 | 101110 | 1110101 | 1000100 | 100000 |
Color Harmonies of #1F891A
Complementary color
Monochromatic Colors of #1F891A
Black with #1F891A
Text Example
Text Example
White with #1F891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F891A; }
p { color: rgb(31,137,26); }
H1.HeaderClassName
{
color: #1F891A;
}
.AnyTagClassName
{
color: #1F891A;
}
</style>
background-color css
<style>
a { background-color: #1F891A; }
a { background-color: rgb(31,137,26); }
div.DivClassName
{
background-color: #1F891A;
}
.BgClassName
{
background-color: #1F891A;
}
</style>
border-color css
<style>
span { border-color: #1F891A; }
span { border-color: rgb(31,137,26); }
td.TdClassName
{
border-color: #1F891A;
}
.TagClassName
{
border-color: #1F891A;
}
</style>