Shades of Forest Green #248E38
Tints of Forest Green #248E38
RGB
CMYK
RGB Variations
Color information
#248E38 (or 0x248E38) is known color: Forest Green. HEX triplet: 24, 8E and 38. RGB value is (36,142,56). Sum of RGB (Red+Green+Blue) = 36+142+56=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 142 (55.86% from 255 or 60.68% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 142 - color contains mainly: green. Hex color #248E38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248E38 is #DB71C7. Grayscale: #646464. Windows color (decimal): -14381512 or 3706404. OLE color: 3706404.
HSL color Cylindrical-coordinate representation of color #248E38: hue angle of 131.32º 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 #248E38 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 142 | 56 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.44 |
| HSL | 131.32º | 0.6% | 0.35% | - |
| HSV(B) | 131.32º | 0.75% | 0.56% | - |
| XYZ | 11.11 | 20.01 | 7.02 | - |
| YUV | 100.5 | 102.88 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 56 | 0.75 | 0 | 0.61 | 0.44 | 131.32 | 0.6 | 0.35 |
| Hex | 24 | 8E | 38 | 4B | 0 | 3D | 2C | 83 | 3C | 23 |
| Octal | 44 | 216 | 70 | 113 | 0 | 75 | 54 | 203 | 74 | 43 |
| Binary | 100100 | 10001110 | 111000 | 1001011 | 0 | 111101 | 101100 | 10000011 | 111100 | 100011 |
Color Harmonies of #248E38
Complementary color
Monochromatic Colors of #248E38
Black with #248E38
Text Example
Text Example
White with #248E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E38; }
p { color: rgb(36,142,56); }
H1.HeaderClassName
{
color: #248E38;
}
.AnyTagClassName
{
color: #248E38;
}
</style>
background-color css
<style>
a { background-color: #248E38; }
a { background-color: rgb(36,142,56); }
div.DivClassName
{
background-color: #248E38;
}
.BgClassName
{
background-color: #248E38;
}
</style>
border-color css
<style>
span { border-color: #248E38; }
span { border-color: rgb(36,142,56); }
td.TdClassName
{
border-color: #248E38;
}
.TagClassName
{
border-color: #248E38;
}
</style>