Shades of Forest Green #1F8F3B
Tints of Forest Green #1F8F3B
RGB
CMYK
RGB Variations
Color information
#1F8F3B (or 0x1F8F3B) is known color: Forest Green. HEX triplet: 1F, 8F and 3B. RGB value is (31,143,59). Sum of RGB (Red+Green+Blue) = 31+143+59=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 143 (56.25% from 255 or 61.37% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8F3B is #E070C4. Grayscale: #646464. Windows color (decimal): -14708933 or 3903263. OLE color: 3903263.
HSL color Cylindrical-coordinate representation of color #1F8F3B: hue angle of 135º 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 #1F8F3B is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 143 | 59 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.44 |
| HSL | 135º | 0.64% | 0.34% | - |
| HSV(B) | 135º | 0.78% | 0.56% | - |
| XYZ | 11.18 | 20.25 | 7.46 | - |
| YUV | 99.94 | 104.89 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 59 | 0.78 | 0 | 0.59 | 0.44 | 135 | 0.64 | 0.34 |
| Hex | 1F | 8F | 3B | 4E | 0 | 3B | 2C | 87 | 40 | 22 |
| Octal | 37 | 217 | 73 | 116 | 0 | 73 | 54 | 207 | 100 | 42 |
| Binary | 11111 | 10001111 | 111011 | 1001110 | 0 | 111011 | 101100 | 10000111 | 1000000 | 100010 |
Color Harmonies of #1F8F3B
Complementary color
Monochromatic Colors of #1F8F3B
Black with #1F8F3B
Text Example
Text Example
White with #1F8F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F3B; }
p { color: rgb(31,143,59); }
H1.HeaderClassName
{
color: #1F8F3B;
}
.AnyTagClassName
{
color: #1F8F3B;
}
</style>
background-color css
<style>
a { background-color: #1F8F3B; }
a { background-color: rgb(31,143,59); }
div.DivClassName
{
background-color: #1F8F3B;
}
.BgClassName
{
background-color: #1F8F3B;
}
</style>
border-color css
<style>
span { border-color: #1F8F3B; }
span { border-color: rgb(31,143,59); }
td.TdClassName
{
border-color: #1F8F3B;
}
.TagClassName
{
border-color: #1F8F3B;
}
</style>