Shades of Forest Green #248E2D
Tints of Forest Green #248E2D
RGB
CMYK
RGB Variations
Color information
#248E2D (or 0x248E2D) is known color: Forest Green. HEX triplet: 24, 8E and 2D. RGB value is (36,142,45). Sum of RGB (Red+Green+Blue) = 36+142+45=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 142 (55.86% from 255 or 63.68% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 142 - color contains mainly: green. Hex color #248E2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248E2D is #DB71D2. Grayscale: #636363. Windows color (decimal): -14381523 or 2985508. OLE color: 2985508.
HSL color Cylindrical-coordinate representation of color #248E2D: hue angle of 125.09º 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 #248E2D is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 142 | 45 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.44 |
| HSL | 125.09º | 0.6% | 0.35% | - |
| HSV(B) | 125.09º | 0.75% | 0.56% | - |
| XYZ | 10.87 | 19.91 | 5.75 | - |
| YUV | 99.25 | 97.38 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 45 | 0.75 | 0 | 0.68 | 0.44 | 125.09 | 0.6 | 0.35 |
| Hex | 24 | 8E | 2D | 4B | 0 | 44 | 2C | 7D | 3C | 23 |
| Octal | 44 | 216 | 55 | 113 | 0 | 104 | 54 | 175 | 74 | 43 |
| Binary | 100100 | 10001110 | 101101 | 1001011 | 0 | 1000100 | 101100 | 1111101 | 111100 | 100011 |
Color Harmonies of #248E2D
Complementary color
Monochromatic Colors of #248E2D
Black with #248E2D
Text Example
Text Example
White with #248E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E2D; }
p { color: rgb(36,142,45); }
H1.HeaderClassName
{
color: #248E2D;
}
.AnyTagClassName
{
color: #248E2D;
}
</style>
background-color css
<style>
a { background-color: #248E2D; }
a { background-color: rgb(36,142,45); }
div.DivClassName
{
background-color: #248E2D;
}
.BgClassName
{
background-color: #248E2D;
}
</style>
border-color css
<style>
span { border-color: #248E2D; }
span { border-color: rgb(36,142,45); }
td.TdClassName
{
border-color: #248E2D;
}
.TagClassName
{
border-color: #248E2D;
}
</style>