Shades of Forest Green #248F31
Tints of Forest Green #248F31
RGB
CMYK
RGB Variations
Color information
#248F31 (or 0x248F31) is known color: Forest Green. HEX triplet: 24, 8F and 31. RGB value is (36,143,49). Sum of RGB (Red+Green+Blue) = 36+143+49=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 143 (56.25% from 255 or 62.72% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 143 - color contains mainly: green. Hex color #248F31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248F31 is #DB70CE. Grayscale: #646464. Windows color (decimal): -14381263 or 3247908. OLE color: 3247908.
HSL color Cylindrical-coordinate representation of color #248F31: hue angle of 127.29º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F31 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 143 | 49 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.44 |
| HSL | 127.29º | 0.6% | 0.35% | - |
| HSV(B) | 127.29º | 0.75% | 0.56% | - |
| XYZ | 11.1 | 20.24 | 6.23 | - |
| YUV | 100.29 | 99.05 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 49 | 0.75 | 0 | 0.66 | 0.44 | 127.29 | 0.6 | 0.35 |
| Hex | 24 | 8F | 31 | 4B | 0 | 42 | 2C | 7F | 3C | 23 |
| Octal | 44 | 217 | 61 | 113 | 0 | 102 | 54 | 177 | 74 | 43 |
| Binary | 100100 | 10001111 | 110001 | 1001011 | 0 | 1000010 | 101100 | 1111111 | 111100 | 100011 |
Color Harmonies of #248F31
Complementary color
Monochromatic Colors of #248F31
Black with #248F31
Text Example
Text Example
White with #248F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F31; }
p { color: rgb(36,143,49); }
H1.HeaderClassName
{
color: #248F31;
}
.AnyTagClassName
{
color: #248F31;
}
</style>
background-color css
<style>
a { background-color: #248F31; }
a { background-color: rgb(36,143,49); }
div.DivClassName
{
background-color: #248F31;
}
.BgClassName
{
background-color: #248F31;
}
</style>
border-color css
<style>
span { border-color: #248F31; }
span { border-color: rgb(36,143,49); }
td.TdClassName
{
border-color: #248F31;
}
.TagClassName
{
border-color: #248F31;
}
</style>