Shades of Forest Green #248C2D
Tints of Forest Green #248C2D
RGB
CMYK
RGB Variations
Color information
#248C2D (or 0x248C2D) is known color: Forest Green. HEX triplet: 24, 8C and 2D. RGB value is (36,140,45). Sum of RGB (Red+Green+Blue) = 36+140+45=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 140 (55.08% from 255 or 63.35% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 140 - color contains mainly: green. Hex color #248C2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C2D is #DB73D2. Grayscale: #626262. Windows color (decimal): -14382035 or 2984996. OLE color: 2984996.
HSL color Cylindrical-coordinate representation of color #248C2D: hue angle of 125.19º 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 #248C2D is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 45 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.45 |
| HSL | 125.19º | 0.59% | 0.35% | - |
| HSV(B) | 125.19º | 0.74% | 0.55% | - |
| XYZ | 10.58 | 19.32 | 5.65 | - |
| YUV | 98.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 45 | 0.74 | 0 | 0.68 | 0.45 | 125.19 | 0.59 | 0.35 |
| Hex | 24 | 8C | 2D | 4A | 0 | 44 | 2D | 7D | 3B | 23 |
| Octal | 44 | 214 | 55 | 112 | 0 | 104 | 55 | 175 | 73 | 43 |
| Binary | 100100 | 10001100 | 101101 | 1001010 | 0 | 1000100 | 101101 | 1111101 | 111011 | 100011 |
Color Harmonies of #248C2D
Complementary color
Monochromatic Colors of #248C2D
Black with #248C2D
Text Example
Text Example
White with #248C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C2D; }
p { color: rgb(36,140,45); }
H1.HeaderClassName
{
color: #248C2D;
}
.AnyTagClassName
{
color: #248C2D;
}
</style>
background-color css
<style>
a { background-color: #248C2D; }
a { background-color: rgb(36,140,45); }
div.DivClassName
{
background-color: #248C2D;
}
.BgClassName
{
background-color: #248C2D;
}
</style>
border-color css
<style>
span { border-color: #248C2D; }
span { border-color: rgb(36,140,45); }
td.TdClassName
{
border-color: #248C2D;
}
.TagClassName
{
border-color: #248C2D;
}
</style>