Shades of Forest Green #248C32
Tints of Forest Green #248C32
RGB
CMYK
RGB Variations
Color information
#248C32 (or 0x248C32) is known color: Forest Green. HEX triplet: 24, 8C and 32. RGB value is (36,140,50). Sum of RGB (Red+Green+Blue) = 36+140+50=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 140 (55.08% from 255 or 61.95% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 140 - color contains mainly: green. Hex color #248C32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C32 is #DB73CD. Grayscale: #626262. Windows color (decimal): -14382030 or 3312676. OLE color: 3312676.
HSL color Cylindrical-coordinate representation of color #248C32: hue angle of 128.08º 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 #248C32 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 50 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.45 |
| HSL | 128.08º | 0.59% | 0.35% | - |
| HSV(B) | 128.08º | 0.74% | 0.55% | - |
| XYZ | 10.68 | 19.36 | 6.19 | - |
| YUV | 98.64 | 100.54 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 50 | 0.74 | 0 | 0.64 | 0.45 | 128.08 | 0.59 | 0.35 |
| Hex | 24 | 8C | 32 | 4A | 0 | 40 | 2D | 80 | 3B | 23 |
| Octal | 44 | 214 | 62 | 112 | 0 | 100 | 55 | 200 | 73 | 43 |
| Binary | 100100 | 10001100 | 110010 | 1001010 | 0 | 1000000 | 101101 | 10000000 | 111011 | 100011 |
Color Harmonies of #248C32
Complementary color
Monochromatic Colors of #248C32
Black with #248C32
Text Example
Text Example
White with #248C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C32; }
p { color: rgb(36,140,50); }
H1.HeaderClassName
{
color: #248C32;
}
.AnyTagClassName
{
color: #248C32;
}
</style>
background-color css
<style>
a { background-color: #248C32; }
a { background-color: rgb(36,140,50); }
div.DivClassName
{
background-color: #248C32;
}
.BgClassName
{
background-color: #248C32;
}
</style>
border-color css
<style>
span { border-color: #248C32; }
span { border-color: rgb(36,140,50); }
td.TdClassName
{
border-color: #248C32;
}
.TagClassName
{
border-color: #248C32;
}
</style>