Shades of Forest Green #1F9C26
Tints of Forest Green #1F9C26
RGB
CMYK
RGB Variations
Color information
#1F9C26 (or 0x1F9C26) is known color: Forest Green. HEX triplet: 1F, 9C and 26. RGB value is (31,156,38). Sum of RGB (Red+Green+Blue) = 31+156+38=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 156 (61.33% from 255 or 69.33% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9C26 is #E063D9. Grayscale: #696969. Windows color (decimal): -14705626 or 2530335. OLE color: 2530335.
HSL color Cylindrical-coordinate representation of color #1F9C26: hue angle of 123.36º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C26 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 38 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.39 |
| HSL | 123.36º | 0.67% | 0.37% | - |
| HSV(B) | 123.36º | 0.8% | 0.61% | - |
| XYZ | 12.8 | 24.21 | 5.83 | - |
| YUV | 105.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 38 | 0.80 | 0 | 0.76 | 0.39 | 123.36 | 0.67 | 0.37 |
| Hex | 1F | 9C | 26 | 50 | 0 | 4C | 27 | 7B | 43 | 25 |
| Octal | 37 | 234 | 46 | 120 | 0 | 114 | 47 | 173 | 103 | 45 |
| Binary | 11111 | 10011100 | 100110 | 1010000 | 0 | 1001100 | 100111 | 1111011 | 1000011 | 100101 |
Color Harmonies of #1F9C26
Complementary color
Monochromatic Colors of #1F9C26
Black with #1F9C26
Text Example
Text Example
White with #1F9C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C26; }
p { color: rgb(31,156,38); }
H1.HeaderClassName
{
color: #1F9C26;
}
.AnyTagClassName
{
color: #1F9C26;
}
</style>
background-color css
<style>
a { background-color: #1F9C26; }
a { background-color: rgb(31,156,38); }
div.DivClassName
{
background-color: #1F9C26;
}
.BgClassName
{
background-color: #1F9C26;
}
</style>
border-color css
<style>
span { border-color: #1F9C26; }
span { border-color: rgb(31,156,38); }
td.TdClassName
{
border-color: #1F9C26;
}
.TagClassName
{
border-color: #1F9C26;
}
</style>