Shades of Forest Green #248421
Tints of Forest Green #248421
RGB
CMYK
RGB Variations
Color information
#248421 (or 0x248421) is known color: Forest Green. HEX triplet: 24, 84 and 21. RGB value is (36,132,33). Sum of RGB (Red+Green+Blue) = 36+132+33=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #248421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248421 is #DB7BDE. Grayscale: #5C5C5C. Windows color (decimal): -14384095 or 2196516. OLE color: 2196516.
HSL color Cylindrical-coordinate representation of color #248421: hue angle of 118.18º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248421 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 132 | 33 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.48 |
| HSL | 118.18º | 0.6% | 0.32% | - |
| HSV(B) | 118.18º | 0.75% | 0.52% | - |
| XYZ | 9.25 | 16.99 | 4.23 | - |
| YUV | 92.01 | 94.7 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 33 | 0.73 | 0 | 0.75 | 0.48 | 118.18 | 0.6 | 0.32 |
| Hex | 24 | 84 | 21 | 49 | 0 | 4B | 30 | 76 | 3C | 20 |
| Octal | 44 | 204 | 41 | 111 | 0 | 113 | 60 | 166 | 74 | 40 |
| Binary | 100100 | 10000100 | 100001 | 1001001 | 0 | 1001011 | 110000 | 1110110 | 111100 | 100000 |
Color Harmonies of #248421
Complementary color
Monochromatic Colors of #248421
Black with #248421
Text Example
Text Example
White with #248421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248421; }
p { color: rgb(36,132,33); }
H1.HeaderClassName
{
color: #248421;
}
.AnyTagClassName
{
color: #248421;
}
</style>
background-color css
<style>
a { background-color: #248421; }
a { background-color: rgb(36,132,33); }
div.DivClassName
{
background-color: #248421;
}
.BgClassName
{
background-color: #248421;
}
</style>
border-color css
<style>
span { border-color: #248421; }
span { border-color: rgb(36,132,33); }
td.TdClassName
{
border-color: #248421;
}
.TagClassName
{
border-color: #248421;
}
</style>