Shades of Forest Green #248D39
Tints of Forest Green #248D39
RGB
CMYK
RGB Variations
Color information
#248D39 (or 0x248D39) is known color: Forest Green. HEX triplet: 24, 8D and 39. RGB value is (36,141,57). Sum of RGB (Red+Green+Blue) = 36+141+57=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 141 (55.47% from 255 or 60.26% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 141 - color contains mainly: green. Hex color #248D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D39 is #DB72C6. Grayscale: #646464. Windows color (decimal): -14381767 or 3771684. OLE color: 3771684.
HSL color Cylindrical-coordinate representation of color #248D39: hue angle of 132º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D39 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 57 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.45 |
| HSL | 132º | 0.59% | 0.35% | - |
| HSV(B) | 132º | 0.74% | 0.55% | - |
| XYZ | 10.99 | 19.72 | 7.1 | - |
| YUV | 100.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 57 | 0.74 | 0 | 0.60 | 0.45 | 132 | 0.59 | 0.35 |
| Hex | 24 | 8D | 39 | 4A | 0 | 3C | 2D | 84 | 3B | 23 |
| Octal | 44 | 215 | 71 | 112 | 0 | 74 | 55 | 204 | 73 | 43 |
| Binary | 100100 | 10001101 | 111001 | 1001010 | 0 | 111100 | 101101 | 10000100 | 111011 | 100011 |
Color Harmonies of #248D39
Complementary color
Monochromatic Colors of #248D39
Black with #248D39
Text Example
Text Example
White with #248D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D39; }
p { color: rgb(36,141,57); }
H1.HeaderClassName
{
color: #248D39;
}
.AnyTagClassName
{
color: #248D39;
}
</style>
background-color css
<style>
a { background-color: #248D39; }
a { background-color: rgb(36,141,57); }
div.DivClassName
{
background-color: #248D39;
}
.BgClassName
{
background-color: #248D39;
}
</style>
border-color css
<style>
span { border-color: #248D39; }
span { border-color: rgb(36,141,57); }
td.TdClassName
{
border-color: #248D39;
}
.TagClassName
{
border-color: #248D39;
}
</style>