Shades of Forest Green #1F8A32
Tints of Forest Green #1F8A32
RGB
CMYK
RGB Variations
Color information
#1F8A32 (or 0x1F8A32) is known color: Forest Green. HEX triplet: 1F, 8A and 32. RGB value is (31,138,50). Sum of RGB (Red+Green+Blue) = 31+138+50=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 138 (54.30% from 255 or 63.01% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 138 - color contains mainly: green. Hex color #1F8A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8A32 is #E075CD. Grayscale: #606060. Windows color (decimal): -14710222 or 3312159. OLE color: 3312159.
HSL color Cylindrical-coordinate representation of color #1F8A32: hue angle of 130.65º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8A32 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 138 | 50 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.46 |
| HSL | 130.65º | 0.63% | 0.33% | - |
| HSV(B) | 130.65º | 0.78% | 0.54% | - |
| XYZ | 10.23 | 18.7 | 6.09 | - |
| YUV | 95.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 138 | 50 | 0.78 | 0 | 0.64 | 0.46 | 130.65 | 0.63 | 0.33 |
| Hex | 1F | 8A | 32 | 4E | 0 | 40 | 2E | 83 | 3F | 21 |
| Octal | 37 | 212 | 62 | 116 | 0 | 100 | 56 | 203 | 77 | 41 |
| Binary | 11111 | 10001010 | 110010 | 1001110 | 0 | 1000000 | 101110 | 10000011 | 111111 | 100001 |
Color Harmonies of #1F8A32
Complementary color
Monochromatic Colors of #1F8A32
Black with #1F8A32
Text Example
Text Example
White with #1F8A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8A32; }
p { color: rgb(31,138,50); }
H1.HeaderClassName
{
color: #1F8A32;
}
.AnyTagClassName
{
color: #1F8A32;
}
</style>
background-color css
<style>
a { background-color: #1F8A32; }
a { background-color: rgb(31,138,50); }
div.DivClassName
{
background-color: #1F8A32;
}
.BgClassName
{
background-color: #1F8A32;
}
</style>
border-color css
<style>
span { border-color: #1F8A32; }
span { border-color: rgb(31,138,50); }
td.TdClassName
{
border-color: #1F8A32;
}
.TagClassName
{
border-color: #1F8A32;
}
</style>