Shades of Forest Green #1F8C28
Tints of Forest Green #1F8C28
RGB
CMYK
RGB Variations
Color information
#1F8C28 (or 0x1F8C28) is known color: Forest Green. HEX triplet: 1F, 8C and 28. RGB value is (31,140,40). Sum of RGB (Red+Green+Blue) = 31+140+40=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 140 (55.08% from 255 or 66.35% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8C28 is #E073D7. Grayscale: #606060. Windows color (decimal): -14709720 or 2657311. OLE color: 2657311.
HSL color Cylindrical-coordinate representation of color #1F8C28: hue angle of 124.95º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8C28 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 140 | 40 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.45 |
| HSL | 124.95º | 0.64% | 0.34% | - |
| HSV(B) | 124.95º | 0.78% | 0.55% | - |
| XYZ | 10.33 | 19.2 | 5.17 | - |
| YUV | 96.01 | 96.39 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 40 | 0.78 | 0 | 0.71 | 0.45 | 124.95 | 0.64 | 0.34 |
| Hex | 1F | 8C | 28 | 4E | 0 | 47 | 2D | 7D | 40 | 22 |
| Octal | 37 | 214 | 50 | 116 | 0 | 107 | 55 | 175 | 100 | 42 |
| Binary | 11111 | 10001100 | 101000 | 1001110 | 0 | 1000111 | 101101 | 1111101 | 1000000 | 100010 |
Color Harmonies of #1F8C28
Complementary color
Monochromatic Colors of #1F8C28
Black with #1F8C28
Text Example
Text Example
White with #1F8C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8C28; }
p { color: rgb(31,140,40); }
H1.HeaderClassName
{
color: #1F8C28;
}
.AnyTagClassName
{
color: #1F8C28;
}
</style>
background-color css
<style>
a { background-color: #1F8C28; }
a { background-color: rgb(31,140,40); }
div.DivClassName
{
background-color: #1F8C28;
}
.BgClassName
{
background-color: #1F8C28;
}
</style>
border-color css
<style>
span { border-color: #1F8C28; }
span { border-color: rgb(31,140,40); }
td.TdClassName
{
border-color: #1F8C28;
}
.TagClassName
{
border-color: #1F8C28;
}
</style>