Shades of Forest Green #1F9027
Tints of Forest Green #1F9027
RGB
CMYK
RGB Variations
Color information
#1F9027 (or 0x1F9027) is known color: Forest Green. HEX triplet: 1F, 90 and 27. RGB value is (31,144,39). Sum of RGB (Red+Green+Blue) = 31+144+39=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 144 (56.64% from 255 or 67.29% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 144 - color contains mainly: green. Hex color #1F9027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9027 is #E06FD8. Grayscale: #626262. Windows color (decimal): -14708697 or 2592799. OLE color: 2592799.
HSL color Cylindrical-coordinate representation of color #1F9027: hue angle of 124.25º degrees, saturation: 0.65, 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 #1F9027 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 144 | 39 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.44 |
| HSL | 124.25º | 0.65% | 0.34% | - |
| HSV(B) | 124.25º | 0.78% | 0.56% | - |
| XYZ | 10.9 | 20.38 | 5.28 | - |
| YUV | 98.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 144 | 39 | 0.78 | 0 | 0.73 | 0.44 | 124.25 | 0.65 | 0.34 |
| Hex | 1F | 90 | 27 | 4E | 0 | 49 | 2C | 7C | 41 | 22 |
| Octal | 37 | 220 | 47 | 116 | 0 | 111 | 54 | 174 | 101 | 42 |
| Binary | 11111 | 10010000 | 100111 | 1001110 | 0 | 1001001 | 101100 | 1111100 | 1000001 | 100010 |
Color Harmonies of #1F9027
Complementary color
Monochromatic Colors of #1F9027
Black with #1F9027
Text Example
Text Example
White with #1F9027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9027; }
p { color: rgb(31,144,39); }
H1.HeaderClassName
{
color: #1F9027;
}
.AnyTagClassName
{
color: #1F9027;
}
</style>
background-color css
<style>
a { background-color: #1F9027; }
a { background-color: rgb(31,144,39); }
div.DivClassName
{
background-color: #1F9027;
}
.BgClassName
{
background-color: #1F9027;
}
</style>
border-color css
<style>
span { border-color: #1F9027; }
span { border-color: rgb(31,144,39); }
td.TdClassName
{
border-color: #1F9027;
}
.TagClassName
{
border-color: #1F9027;
}
</style>