Shades of Forest Green #1F8F3A
Tints of Forest Green #1F8F3A
RGB
CMYK
RGB Variations
Color information
#1F8F3A (or 0x1F8F3A) is known color: Forest Green. HEX triplet: 1F, 8F and 3A. RGB value is (31,143,58). Sum of RGB (Red+Green+Blue) = 31+143+58=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8F3A is #E070C5. Grayscale: #646464. Windows color (decimal): -14708934 or 3837727. OLE color: 3837727.
HSL color Cylindrical-coordinate representation of color #1F8F3A: hue angle of 134.46º 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 #1F8F3A is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 143 | 58 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.44 |
| HSL | 134.46º | 0.64% | 0.34% | - |
| HSV(B) | 134.46º | 0.78% | 0.56% | - |
| XYZ | 11.15 | 20.24 | 7.32 | - |
| YUV | 99.82 | 104.39 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 58 | 0.78 | 0 | 0.59 | 0.44 | 134.46 | 0.64 | 0.34 |
| Hex | 1F | 8F | 3A | 4E | 0 | 3B | 2C | 86 | 40 | 22 |
| Octal | 37 | 217 | 72 | 116 | 0 | 73 | 54 | 206 | 100 | 42 |
| Binary | 11111 | 10001111 | 111010 | 1001110 | 0 | 111011 | 101100 | 10000110 | 1000000 | 100010 |
Color Harmonies of #1F8F3A
Complementary color
Monochromatic Colors of #1F8F3A
Black with #1F8F3A
Text Example
Text Example
White with #1F8F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F3A; }
p { color: rgb(31,143,58); }
H1.HeaderClassName
{
color: #1F8F3A;
}
.AnyTagClassName
{
color: #1F8F3A;
}
</style>
background-color css
<style>
a { background-color: #1F8F3A; }
a { background-color: rgb(31,143,58); }
div.DivClassName
{
background-color: #1F8F3A;
}
.BgClassName
{
background-color: #1F8F3A;
}
</style>
border-color css
<style>
span { border-color: #1F8F3A; }
span { border-color: rgb(31,143,58); }
td.TdClassName
{
border-color: #1F8F3A;
}
.TagClassName
{
border-color: #1F8F3A;
}
</style>