Shades of Forest Green #248127
Tints of Forest Green #248127
RGB
CMYK
RGB Variations
Color information
#248127 (or 0x248127) is known color: Forest Green. HEX triplet: 24, 81 and 27. RGB value is (36,129,39). Sum of RGB (Red+Green+Blue) = 36+129+39=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #248127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248127 is #DB7ED8. Grayscale: #5B5B5B. Windows color (decimal): -14384857 or 2588964. OLE color: 2588964.
HSL color Cylindrical-coordinate representation of color #248127: hue angle of 121.94º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248127 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 39 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.49 |
| HSL | 121.94º | 0.56% | 0.32% | - |
| HSV(B) | 121.94º | 0.72% | 0.51% | - |
| XYZ | 8.94 | 16.22 | 4.58 | - |
| YUV | 90.93 | 98.69 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 39 | 0.72 | 0 | 0.70 | 0.49 | 121.94 | 0.56 | 0.32 |
| Hex | 24 | 81 | 27 | 48 | 0 | 46 | 31 | 7A | 38 | 20 |
| Octal | 44 | 201 | 47 | 110 | 0 | 106 | 61 | 172 | 70 | 40 |
| Binary | 100100 | 10000001 | 100111 | 1001000 | 0 | 1000110 | 110001 | 1111010 | 111000 | 100000 |
Color Harmonies of #248127
Complementary color
Monochromatic Colors of #248127
Black with #248127
Text Example
Text Example
White with #248127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248127; }
p { color: rgb(36,129,39); }
H1.HeaderClassName
{
color: #248127;
}
.AnyTagClassName
{
color: #248127;
}
</style>
background-color css
<style>
a { background-color: #248127; }
a { background-color: rgb(36,129,39); }
div.DivClassName
{
background-color: #248127;
}
.BgClassName
{
background-color: #248127;
}
</style>
border-color css
<style>
span { border-color: #248127; }
span { border-color: rgb(36,129,39); }
td.TdClassName
{
border-color: #248127;
}
.TagClassName
{
border-color: #248127;
}
</style>