Shades of Forest Green #1F8F3C
Tints of Forest Green #1F8F3C
RGB
CMYK
RGB Variations
Color information
#1F8F3C (or 0x1F8F3C) is known color: Forest Green. HEX triplet: 1F, 8F and 3C. RGB value is (31,143,60). Sum of RGB (Red+Green+Blue) = 31+143+60=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 143 (56.25% from 255 or 61.11% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8F3C is #E070C3. Grayscale: #646464. Windows color (decimal): -14708932 or 3968799. OLE color: 3968799.
HSL color Cylindrical-coordinate representation of color #1F8F3C: hue angle of 135.54º 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 #1F8F3C is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 143 | 60 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.44 |
| HSL | 135.54º | 0.64% | 0.34% | - |
| HSV(B) | 135.54º | 0.78% | 0.56% | - |
| XYZ | 11.2 | 20.26 | 7.6 | - |
| YUV | 100.05 | 105.39 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 60 | 0.78 | 0 | 0.58 | 0.44 | 135.54 | 0.64 | 0.34 |
| Hex | 1F | 8F | 3C | 4E | 0 | 3A | 2C | 88 | 40 | 22 |
| Octal | 37 | 217 | 74 | 116 | 0 | 72 | 54 | 210 | 100 | 42 |
| Binary | 11111 | 10001111 | 111100 | 1001110 | 0 | 111010 | 101100 | 10001000 | 1000000 | 100010 |
Color Harmonies of #1F8F3C
Complementary color
Monochromatic Colors of #1F8F3C
Black with #1F8F3C
Text Example
Text Example
White with #1F8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F3C; }
p { color: rgb(31,143,60); }
H1.HeaderClassName
{
color: #1F8F3C;
}
.AnyTagClassName
{
color: #1F8F3C;
}
</style>
background-color css
<style>
a { background-color: #1F8F3C; }
a { background-color: rgb(31,143,60); }
div.DivClassName
{
background-color: #1F8F3C;
}
.BgClassName
{
background-color: #1F8F3C;
}
</style>
border-color css
<style>
span { border-color: #1F8F3C; }
span { border-color: rgb(31,143,60); }
td.TdClassName
{
border-color: #1F8F3C;
}
.TagClassName
{
border-color: #1F8F3C;
}
</style>