Shades of Forest Green #1F9327
Tints of Forest Green #1F9327
RGB
CMYK
RGB Variations
Color information
#1F9327 (or 0x1F9327) is known color: Forest Green. HEX triplet: 1F, 93 and 27. RGB value is (31,147,39). Sum of RGB (Red+Green+Blue) = 31+147+39=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9327 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9327 is #E06CD8. Grayscale: #646464. Windows color (decimal): -14707929 or 2593567. OLE color: 2593567.
HSL color Cylindrical-coordinate representation of color #1F9327: hue angle of 124.14º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9327 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 39 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.42 |
| HSL | 124.14º | 0.65% | 0.35% | - |
| HSV(B) | 124.14º | 0.79% | 0.58% | - |
| XYZ | 11.37 | 21.31 | 5.43 | - |
| YUV | 100 | 93.57 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 39 | 0.79 | 0 | 0.73 | 0.42 | 124.14 | 0.65 | 0.35 |
| Hex | 1F | 93 | 27 | 4F | 0 | 49 | 2A | 7C | 41 | 23 |
| Octal | 37 | 223 | 47 | 117 | 0 | 111 | 52 | 174 | 101 | 43 |
| Binary | 11111 | 10010011 | 100111 | 1001111 | 0 | 1001001 | 101010 | 1111100 | 1000001 | 100011 |
Color Harmonies of #1F9327
Complementary color
Monochromatic Colors of #1F9327
Black with #1F9327
Text Example
Text Example
White with #1F9327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9327; }
p { color: rgb(31,147,39); }
H1.HeaderClassName
{
color: #1F9327;
}
.AnyTagClassName
{
color: #1F9327;
}
</style>
background-color css
<style>
a { background-color: #1F9327; }
a { background-color: rgb(31,147,39); }
div.DivClassName
{
background-color: #1F9327;
}
.BgClassName
{
background-color: #1F9327;
}
</style>
border-color css
<style>
span { border-color: #1F9327; }
span { border-color: rgb(31,147,39); }
td.TdClassName
{
border-color: #1F9327;
}
.TagClassName
{
border-color: #1F9327;
}
</style>