Shades of Forest Green #248C31
Tints of Forest Green #248C31
RGB
CMYK
RGB Variations
Color information
#248C31 (or 0x248C31) is known color: Forest Green. HEX triplet: 24, 8C and 31. RGB value is (36,140,49). Sum of RGB (Red+Green+Blue) = 36+140+49=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #248C31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C31 is #DB73CE. Grayscale: #626262. Windows color (decimal): -14382031 or 3247140. OLE color: 3247140.
HSL color Cylindrical-coordinate representation of color #248C31: hue angle of 127.5º 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 #248C31 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 49 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.45 |
| HSL | 127.5º | 0.59% | 0.35% | - |
| HSV(B) | 127.5º | 0.74% | 0.55% | - |
| XYZ | 10.66 | 19.35 | 6.08 | - |
| YUV | 98.53 | 100.04 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 49 | 0.74 | 0 | 0.65 | 0.45 | 127.5 | 0.59 | 0.35 |
| Hex | 24 | 8C | 31 | 4A | 0 | 41 | 2D | 80 | 3B | 23 |
| Octal | 44 | 214 | 61 | 112 | 0 | 101 | 55 | 200 | 73 | 43 |
| Binary | 100100 | 10001100 | 110001 | 1001010 | 0 | 1000001 | 101101 | 10000000 | 111011 | 100011 |
Color Harmonies of #248C31
Complementary color
Monochromatic Colors of #248C31
Black with #248C31
Text Example
Text Example
White with #248C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C31; }
p { color: rgb(36,140,49); }
H1.HeaderClassName
{
color: #248C31;
}
.AnyTagClassName
{
color: #248C31;
}
</style>
background-color css
<style>
a { background-color: #248C31; }
a { background-color: rgb(36,140,49); }
div.DivClassName
{
background-color: #248C31;
}
.BgClassName
{
background-color: #248C31;
}
</style>
border-color css
<style>
span { border-color: #248C31; }
span { border-color: rgb(36,140,49); }
td.TdClassName
{
border-color: #248C31;
}
.TagClassName
{
border-color: #248C31;
}
</style>