Shades of Forest Green #1F932E
Tints of Forest Green #1F932E
RGB
CMYK
RGB Variations
Color information
#1F932E (or 0x1F932E) is known color: Forest Green. HEX triplet: 1F, 93 and 2E. RGB value is (31,147,46). Sum of RGB (Red+Green+Blue) = 31+147+46=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #1F932E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F932E is #E06CD1. Grayscale: #656565. Windows color (decimal): -14707922 or 3052319. OLE color: 3052319.
HSL color Cylindrical-coordinate representation of color #1F932E: hue angle of 127.76º 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 #1F932E is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 46 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.42 |
| HSL | 127.76º | 0.65% | 0.35% | - |
| HSV(B) | 127.76º | 0.79% | 0.58% | - |
| XYZ | 11.49 | 21.36 | 6.1 | - |
| YUV | 100.8 | 97.07 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 46 | 0.79 | 0 | 0.69 | 0.42 | 127.76 | 0.65 | 0.35 |
| Hex | 1F | 93 | 2E | 4F | 0 | 45 | 2A | 80 | 41 | 23 |
| Octal | 37 | 223 | 56 | 117 | 0 | 105 | 52 | 200 | 101 | 43 |
| Binary | 11111 | 10010011 | 101110 | 1001111 | 0 | 1000101 | 101010 | 10000000 | 1000001 | 100011 |
Color Harmonies of #1F932E
Complementary color
Monochromatic Colors of #1F932E
Black with #1F932E
Text Example
Text Example
White with #1F932E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F932E; }
p { color: rgb(31,147,46); }
H1.HeaderClassName
{
color: #1F932E;
}
.AnyTagClassName
{
color: #1F932E;
}
</style>
background-color css
<style>
a { background-color: #1F932E; }
a { background-color: rgb(31,147,46); }
div.DivClassName
{
background-color: #1F932E;
}
.BgClassName
{
background-color: #1F932E;
}
</style>
border-color css
<style>
span { border-color: #1F932E; }
span { border-color: rgb(31,147,46); }
td.TdClassName
{
border-color: #1F932E;
}
.TagClassName
{
border-color: #1F932E;
}
</style>