Shades of Forest Green #1F8F28
Tints of Forest Green #1F8F28
RGB
CMYK
RGB Variations
Color information
#1F8F28 (or 0x1F8F28) is known color: Forest Green. HEX triplet: 1F, 8F and 28. RGB value is (31,143,40). Sum of RGB (Red+Green+Blue) = 31+143+40=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 143 (56.25% from 255 or 66.82% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8F28 is #E070D7. Grayscale: #626262. Windows color (decimal): -14708952 or 2658079. OLE color: 2658079.
HSL color Cylindrical-coordinate representation of color #1F8F28: hue angle of 124.82º degrees, saturation: 0.64, 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 #1F8F28 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 143 | 40 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.44 |
| HSL | 124.82º | 0.64% | 0.34% | - |
| HSV(B) | 124.82º | 0.78% | 0.56% | - |
| XYZ | 10.77 | 20.09 | 5.32 | - |
| YUV | 97.77 | 95.39 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 40 | 0.78 | 0 | 0.72 | 0.44 | 124.82 | 0.64 | 0.34 |
| Hex | 1F | 8F | 28 | 4E | 0 | 48 | 2C | 7D | 40 | 22 |
| Octal | 37 | 217 | 50 | 116 | 0 | 110 | 54 | 175 | 100 | 42 |
| Binary | 11111 | 10001111 | 101000 | 1001110 | 0 | 1001000 | 101100 | 1111101 | 1000000 | 100010 |
Color Harmonies of #1F8F28
Complementary color
Monochromatic Colors of #1F8F28
Black with #1F8F28
Text Example
Text Example
White with #1F8F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F28; }
p { color: rgb(31,143,40); }
H1.HeaderClassName
{
color: #1F8F28;
}
.AnyTagClassName
{
color: #1F8F28;
}
</style>
background-color css
<style>
a { background-color: #1F8F28; }
a { background-color: rgb(31,143,40); }
div.DivClassName
{
background-color: #1F8F28;
}
.BgClassName
{
background-color: #1F8F28;
}
</style>
border-color css
<style>
span { border-color: #1F8F28; }
span { border-color: rgb(31,143,40); }
td.TdClassName
{
border-color: #1F8F28;
}
.TagClassName
{
border-color: #1F8F28;
}
</style>