Shades of Forest Green #248A31
Tints of Forest Green #248A31
RGB
CMYK
RGB Variations
Color information
#248A31 (or 0x248A31) is known color: Forest Green. HEX triplet: 24, 8A and 31. RGB value is (36,138,49). Sum of RGB (Red+Green+Blue) = 36+138+49=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 138 (54.30% from 255 or 61.88% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 138 - color contains mainly: green. Hex color #248A31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A31 is #DB75CE. Grayscale: #616161. Windows color (decimal): -14382543 or 3246628. OLE color: 3246628.
HSL color Cylindrical-coordinate representation of color #248A31: hue angle of 127.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A31 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 49 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.46 |
| HSL | 127.65º | 0.59% | 0.34% | - |
| HSV(B) | 127.65º | 0.74% | 0.54% | - |
| XYZ | 10.37 | 18.77 | 5.98 | - |
| YUV | 97.36 | 100.71 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 49 | 0.74 | 0 | 0.64 | 0.46 | 127.65 | 0.59 | 0.34 |
| Hex | 24 | 8A | 31 | 4A | 0 | 40 | 2E | 80 | 3B | 22 |
| Octal | 44 | 212 | 61 | 112 | 0 | 100 | 56 | 200 | 73 | 42 |
| Binary | 100100 | 10001010 | 110001 | 1001010 | 0 | 1000000 | 101110 | 10000000 | 111011 | 100010 |
Color Harmonies of #248A31
Complementary color
Monochromatic Colors of #248A31
Black with #248A31
Text Example
Text Example
White with #248A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A31; }
p { color: rgb(36,138,49); }
H1.HeaderClassName
{
color: #248A31;
}
.AnyTagClassName
{
color: #248A31;
}
</style>
background-color css
<style>
a { background-color: #248A31; }
a { background-color: rgb(36,138,49); }
div.DivClassName
{
background-color: #248A31;
}
.BgClassName
{
background-color: #248A31;
}
</style>
border-color css
<style>
span { border-color: #248A31; }
span { border-color: rgb(36,138,49); }
td.TdClassName
{
border-color: #248A31;
}
.TagClassName
{
border-color: #248A31;
}
</style>