Shades of Forest Green #248D2C
Tints of Forest Green #248D2C
RGB
CMYK
RGB Variations
Color information
#248D2C (or 0x248D2C) is known color: Forest Green. HEX triplet: 24, 8D and 2C. RGB value is (36,141,44). Sum of RGB (Red+Green+Blue) = 36+141+44=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 141 (55.47% from 255 or 63.80% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 141 - color contains mainly: green. Hex color #248D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D2C is #DB72D3. Grayscale: #626262. Windows color (decimal): -14381780 or 2919716. OLE color: 2919716.
HSL color Cylindrical-coordinate representation of color #248D2C: hue angle of 124.57º 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 #248D2C is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 44 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.45 |
| HSL | 124.57º | 0.59% | 0.35% | - |
| HSV(B) | 124.57º | 0.74% | 0.55% | - |
| XYZ | 10.71 | 19.61 | 5.6 | - |
| YUV | 98.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 44 | 0.74 | 0 | 0.69 | 0.45 | 124.57 | 0.59 | 0.35 |
| Hex | 24 | 8D | 2C | 4A | 0 | 45 | 2D | 7D | 3B | 23 |
| Octal | 44 | 215 | 54 | 112 | 0 | 105 | 55 | 175 | 73 | 43 |
| Binary | 100100 | 10001101 | 101100 | 1001010 | 0 | 1000101 | 101101 | 1111101 | 111011 | 100011 |
Color Harmonies of #248D2C
Complementary color
Monochromatic Colors of #248D2C
Black with #248D2C
Text Example
Text Example
White with #248D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D2C; }
p { color: rgb(36,141,44); }
H1.HeaderClassName
{
color: #248D2C;
}
.AnyTagClassName
{
color: #248D2C;
}
</style>
background-color css
<style>
a { background-color: #248D2C; }
a { background-color: rgb(36,141,44); }
div.DivClassName
{
background-color: #248D2C;
}
.BgClassName
{
background-color: #248D2C;
}
</style>
border-color css
<style>
span { border-color: #248D2C; }
span { border-color: rgb(36,141,44); }
td.TdClassName
{
border-color: #248D2C;
}
.TagClassName
{
border-color: #248D2C;
}
</style>