Shades of Forest Green #1F881A
Tints of Forest Green #1F881A
RGB
CMYK
RGB Variations
Color information
#1F881A (or 0x1F881A) is known color: Forest Green. HEX triplet: 1F, 88 and 1A. RGB value is (31,136,26). Sum of RGB (Red+Green+Blue) = 31+136+26=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 136 (53.52% from 255 or 70.47% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 136 - color contains mainly: green. Hex color #1F881A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F881A is #E077E5. Grayscale: #5C5C5C. Windows color (decimal): -14710758 or 1738783. OLE color: 1738783.
HSL color Cylindrical-coordinate representation of color #1F881A: hue angle of 117.27º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F881A is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 26 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.47 |
| HSL | 117.27º | 0.68% | 0.32% | - |
| HSV(B) | 117.27º | 0.81% | 0.53% | - |
| XYZ | 9.56 | 17.97 | 3.94 | - |
| YUV | 92.07 | 90.71 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 26 | 0.77 | 0 | 0.81 | 0.47 | 117.27 | 0.68 | 0.32 |
| Hex | 1F | 88 | 1A | 4D | 0 | 51 | 2F | 75 | 44 | 20 |
| Octal | 37 | 210 | 32 | 115 | 0 | 121 | 57 | 165 | 104 | 40 |
| Binary | 11111 | 10001000 | 11010 | 1001101 | 0 | 1010001 | 101111 | 1110101 | 1000100 | 100000 |
Color Harmonies of #1F881A
Complementary color
Monochromatic Colors of #1F881A
Black with #1F881A
Text Example
Text Example
White with #1F881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F881A; }
p { color: rgb(31,136,26); }
H1.HeaderClassName
{
color: #1F881A;
}
.AnyTagClassName
{
color: #1F881A;
}
</style>
background-color css
<style>
a { background-color: #1F881A; }
a { background-color: rgb(31,136,26); }
div.DivClassName
{
background-color: #1F881A;
}
.BgClassName
{
background-color: #1F881A;
}
</style>
border-color css
<style>
span { border-color: #1F881A; }
span { border-color: rgb(31,136,26); }
td.TdClassName
{
border-color: #1F881A;
}
.TagClassName
{
border-color: #1F881A;
}
</style>