Shades of Forest Green #1F8B1C
Tints of Forest Green #1F8B1C
RGB
CMYK
RGB Variations
Color information
#1F8B1C (or 0x1F8B1C) is known color: Forest Green. HEX triplet: 1F, 8B and 1C. RGB value is (31,139,28). Sum of RGB (Red+Green+Blue) = 31+139+28=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 139 (54.69% from 255 or 70.20% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 139 - color contains mainly: green. Hex color #1F8B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8B1C is #E074E3. Grayscale: #5E5E5E. Windows color (decimal): -14709988 or 1870623. OLE color: 1870623.
HSL color Cylindrical-coordinate representation of color #1F8B1C: hue angle of 118.38º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F8B1C is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 139 | 28 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.45 |
| HSL | 118.38º | 0.66% | 0.33% | - |
| HSV(B) | 118.38º | 0.8% | 0.55% | - |
| XYZ | 10.01 | 18.84 | 4.21 | - |
| YUV | 94.05 | 90.72 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 139 | 28 | 0.78 | 0 | 0.80 | 0.45 | 118.38 | 0.66 | 0.33 |
| Hex | 1F | 8B | 1C | 4E | 0 | 50 | 2D | 76 | 42 | 21 |
| Octal | 37 | 213 | 34 | 116 | 0 | 120 | 55 | 166 | 102 | 41 |
| Binary | 11111 | 10001011 | 11100 | 1001110 | 0 | 1010000 | 101101 | 1110110 | 1000010 | 100001 |
Color Harmonies of #1F8B1C
Complementary color
Monochromatic Colors of #1F8B1C
Black with #1F8B1C
Text Example
Text Example
White with #1F8B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8B1C; }
p { color: rgb(31,139,28); }
H1.HeaderClassName
{
color: #1F8B1C;
}
.AnyTagClassName
{
color: #1F8B1C;
}
</style>
background-color css
<style>
a { background-color: #1F8B1C; }
a { background-color: rgb(31,139,28); }
div.DivClassName
{
background-color: #1F8B1C;
}
.BgClassName
{
background-color: #1F8B1C;
}
</style>
border-color css
<style>
span { border-color: #1F8B1C; }
span { border-color: rgb(31,139,28); }
td.TdClassName
{
border-color: #1F8B1C;
}
.TagClassName
{
border-color: #1F8B1C;
}
</style>