Shades of Forest Green #248027
Tints of Forest Green #248027
RGB
CMYK
RGB Variations
Color information
#248027 (or 0x248027) is known color: Forest Green. HEX triplet: 24, 80 and 27. RGB value is (36,128,39). Sum of RGB (Red+Green+Blue) = 36+128+39=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #248027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248027 is #DB7FD8. Grayscale: #5A5A5A. Windows color (decimal): -14385113 or 2588708. OLE color: 2588708.
HSL color Cylindrical-coordinate representation of color #248027: hue angle of 121.96º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248027 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 128 | 39 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.50 |
| HSL | 121.96º | 0.56% | 0.32% | - |
| HSV(B) | 121.96º | 0.72% | 0.5% | - |
| XYZ | 8.81 | 15.96 | 4.54 | - |
| YUV | 90.35 | 99.02 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 39 | 0.72 | 0 | 0.70 | 0.50 | 121.96 | 0.56 | 0.32 |
| Hex | 24 | 80 | 27 | 48 | 0 | 46 | 32 | 7A | 38 | 20 |
| Octal | 44 | 200 | 47 | 110 | 0 | 106 | 62 | 172 | 70 | 40 |
| Binary | 100100 | 10000000 | 100111 | 1001000 | 0 | 1000110 | 110010 | 1111010 | 111000 | 100000 |
Color Harmonies of #248027
Complementary color
Monochromatic Colors of #248027
Black with #248027
Text Example
Text Example
White with #248027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248027; }
p { color: rgb(36,128,39); }
H1.HeaderClassName
{
color: #248027;
}
.AnyTagClassName
{
color: #248027;
}
</style>
background-color css
<style>
a { background-color: #248027; }
a { background-color: rgb(36,128,39); }
div.DivClassName
{
background-color: #248027;
}
.BgClassName
{
background-color: #248027;
}
</style>
border-color css
<style>
span { border-color: #248027; }
span { border-color: rgb(36,128,39); }
td.TdClassName
{
border-color: #248027;
}
.TagClassName
{
border-color: #248027;
}
</style>