Shades of Forest Green #1F8F27
Tints of Forest Green #1F8F27
RGB
CMYK
RGB Variations
Color information
#1F8F27 (or 0x1F8F27) is known color: Forest Green. HEX triplet: 1F, 8F and 27. RGB value is (31,143,39). Sum of RGB (Red+Green+Blue) = 31+143+39=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 143 (56.25% from 255 or 67.14% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8F27 is #E070D8. Grayscale: #616161. Windows color (decimal): -14708953 or 2592543. OLE color: 2592543.
HSL color Cylindrical-coordinate representation of color #1F8F27: hue angle of 124.29º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8F27 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 143 | 39 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.44 |
| HSL | 124.29º | 0.64% | 0.34% | - |
| HSV(B) | 124.29º | 0.78% | 0.56% | - |
| XYZ | 10.75 | 20.08 | 5.23 | - |
| YUV | 97.66 | 94.89 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 39 | 0.78 | 0 | 0.73 | 0.44 | 124.29 | 0.64 | 0.34 |
| Hex | 1F | 8F | 27 | 4E | 0 | 49 | 2C | 7C | 40 | 22 |
| Octal | 37 | 217 | 47 | 116 | 0 | 111 | 54 | 174 | 100 | 42 |
| Binary | 11111 | 10001111 | 100111 | 1001110 | 0 | 1001001 | 101100 | 1111100 | 1000000 | 100010 |
Color Harmonies of #1F8F27
Complementary color
Monochromatic Colors of #1F8F27
Black with #1F8F27
Text Example
Text Example
White with #1F8F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F27; }
p { color: rgb(31,143,39); }
H1.HeaderClassName
{
color: #1F8F27;
}
.AnyTagClassName
{
color: #1F8F27;
}
</style>
background-color css
<style>
a { background-color: #1F8F27; }
a { background-color: rgb(31,143,39); }
div.DivClassName
{
background-color: #1F8F27;
}
.BgClassName
{
background-color: #1F8F27;
}
</style>
border-color css
<style>
span { border-color: #1F8F27; }
span { border-color: rgb(31,143,39); }
td.TdClassName
{
border-color: #1F8F27;
}
.TagClassName
{
border-color: #1F8F27;
}
</style>