Shades of Forest Green #248531
Tints of Forest Green #248531
RGB
CMYK
RGB Variations
Color information
#248531 (or 0x248531) is known color: Forest Green. HEX triplet: 24, 85 and 31. RGB value is (36,133,49). Sum of RGB (Red+Green+Blue) = 36+133+49=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #248531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248531 is #DB7ACE. Grayscale: #5E5E5E. Windows color (decimal): -14383823 or 3245348. OLE color: 3245348.
HSL color Cylindrical-coordinate representation of color #248531: hue angle of 128.04º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248531 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 133 | 49 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.48 |
| HSL | 128.04º | 0.57% | 0.33% | - |
| HSV(B) | 128.04º | 0.73% | 0.52% | - |
| XYZ | 9.67 | 17.37 | 5.75 | - |
| YUV | 94.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 49 | 0.73 | 0 | 0.63 | 0.48 | 128.04 | 0.57 | 0.33 |
| Hex | 24 | 85 | 31 | 49 | 0 | 3F | 30 | 80 | 39 | 21 |
| Octal | 44 | 205 | 61 | 111 | 0 | 77 | 60 | 200 | 71 | 41 |
| Binary | 100100 | 10000101 | 110001 | 1001001 | 0 | 111111 | 110000 | 10000000 | 111001 | 100001 |
Color Harmonies of #248531
Complementary color
Monochromatic Colors of #248531
Black with #248531
Text Example
Text Example
White with #248531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248531; }
p { color: rgb(36,133,49); }
H1.HeaderClassName
{
color: #248531;
}
.AnyTagClassName
{
color: #248531;
}
</style>
background-color css
<style>
a { background-color: #248531; }
a { background-color: rgb(36,133,49); }
div.DivClassName
{
background-color: #248531;
}
.BgClassName
{
background-color: #248531;
}
</style>
border-color css
<style>
span { border-color: #248531; }
span { border-color: rgb(36,133,49); }
td.TdClassName
{
border-color: #248531;
}
.TagClassName
{
border-color: #248531;
}
</style>