Shades of Forest Green #248D27
Tints of Forest Green #248D27
RGB
CMYK
RGB Variations
Color information
#248D27 (or 0x248D27) is known color: Forest Green. HEX triplet: 24, 8D and 27. RGB value is (36,141,39). Sum of RGB (Red+Green+Blue) = 36+141+39=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #248D27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D27 is #DB72D8. Grayscale: #626262. Windows color (decimal): -14381785 or 2592036. OLE color: 2592036.
HSL color Cylindrical-coordinate representation of color #248D27: hue angle of 121.71º 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 #248D27 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 39 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.45 |
| HSL | 121.71º | 0.59% | 0.35% | - |
| HSV(B) | 121.71º | 0.74% | 0.55% | - |
| XYZ | 10.62 | 19.57 | 5.14 | - |
| YUV | 97.98 | 94.71 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 39 | 0.74 | 0 | 0.72 | 0.45 | 121.71 | 0.59 | 0.35 |
| Hex | 24 | 8D | 27 | 4A | 0 | 48 | 2D | 7A | 3B | 23 |
| Octal | 44 | 215 | 47 | 112 | 0 | 110 | 55 | 172 | 73 | 43 |
| Binary | 100100 | 10001101 | 100111 | 1001010 | 0 | 1001000 | 101101 | 1111010 | 111011 | 100011 |
Color Harmonies of #248D27
Complementary color
Monochromatic Colors of #248D27
Black with #248D27
Text Example
Text Example
White with #248D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D27; }
p { color: rgb(36,141,39); }
H1.HeaderClassName
{
color: #248D27;
}
.AnyTagClassName
{
color: #248D27;
}
</style>
background-color css
<style>
a { background-color: #248D27; }
a { background-color: rgb(36,141,39); }
div.DivClassName
{
background-color: #248D27;
}
.BgClassName
{
background-color: #248D27;
}
</style>
border-color css
<style>
span { border-color: #248D27; }
span { border-color: rgb(36,141,39); }
td.TdClassName
{
border-color: #248D27;
}
.TagClassName
{
border-color: #248D27;
}
</style>