Shades of Forest Green #1F8521
Tints of Forest Green #1F8521
RGB
CMYK
RGB Variations
Color information
#1F8521 (or 0x1F8521) is known color: Forest Green. HEX triplet: 1F, 85 and 21. RGB value is (31,133,33). Sum of RGB (Red+Green+Blue) = 31+133+33=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8521 is #E07ADE. Grayscale: #5B5B5B. Windows color (decimal): -14711519 or 2196767. OLE color: 2196767.
HSL color Cylindrical-coordinate representation of color #1F8521: hue angle of 121.18º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8521 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 33 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.48 |
| HSL | 121.18º | 0.62% | 0.32% | - |
| HSV(B) | 121.18º | 0.77% | 0.52% | - |
| XYZ | 9.23 | 17.18 | 4.27 | - |
| YUV | 91.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 33 | 0.77 | 0 | 0.75 | 0.48 | 121.18 | 0.62 | 0.32 |
| Hex | 1F | 85 | 21 | 4D | 0 | 4B | 30 | 79 | 3E | 20 |
| Octal | 37 | 205 | 41 | 115 | 0 | 113 | 60 | 171 | 76 | 40 |
| Binary | 11111 | 10000101 | 100001 | 1001101 | 0 | 1001011 | 110000 | 1111001 | 111110 | 100000 |
Color Harmonies of #1F8521
Complementary color
Monochromatic Colors of #1F8521
Black with #1F8521
Text Example
Text Example
White with #1F8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8521; }
p { color: rgb(31,133,33); }
H1.HeaderClassName
{
color: #1F8521;
}
.AnyTagClassName
{
color: #1F8521;
}
</style>
background-color css
<style>
a { background-color: #1F8521; }
a { background-color: rgb(31,133,33); }
div.DivClassName
{
background-color: #1F8521;
}
.BgClassName
{
background-color: #1F8521;
}
</style>
border-color css
<style>
span { border-color: #1F8521; }
span { border-color: rgb(31,133,33); }
td.TdClassName
{
border-color: #1F8521;
}
.TagClassName
{
border-color: #1F8521;
}
</style>