Shades of Forest Green #249130
Tints of Forest Green #249130
RGB
CMYK
RGB Variations
Color information
#249130 (or 0x249130) is known color: Forest Green. HEX triplet: 24, 91 and 30. RGB value is (36,145,48). Sum of RGB (Red+Green+Blue) = 36+145+48=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #249130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #249130 is #DB6ECF. Grayscale: #656565. Windows color (decimal): -14380752 or 3182884. OLE color: 3182884.
HSL color Cylindrical-coordinate representation of color #249130: hue angle of 126.61º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249130 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 145 | 48 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.43 |
| HSL | 126.61º | 0.6% | 0.35% | - |
| HSV(B) | 126.61º | 0.75% | 0.57% | - |
| XYZ | 11.39 | 20.84 | 6.22 | - |
| YUV | 101.35 | 97.89 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 48 | 0.75 | 0 | 0.67 | 0.43 | 126.61 | 0.6 | 0.35 |
| Hex | 24 | 91 | 30 | 4B | 0 | 43 | 2B | 7F | 3C | 23 |
| Octal | 44 | 221 | 60 | 113 | 0 | 103 | 53 | 177 | 74 | 43 |
| Binary | 100100 | 10010001 | 110000 | 1001011 | 0 | 1000011 | 101011 | 1111111 | 111100 | 100011 |
Color Harmonies of #249130
Complementary color
Monochromatic Colors of #249130
Black with #249130
Text Example
Text Example
White with #249130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249130; }
p { color: rgb(36,145,48); }
H1.HeaderClassName
{
color: #249130;
}
.AnyTagClassName
{
color: #249130;
}
</style>
background-color css
<style>
a { background-color: #249130; }
a { background-color: rgb(36,145,48); }
div.DivClassName
{
background-color: #249130;
}
.BgClassName
{
background-color: #249130;
}
</style>
border-color css
<style>
span { border-color: #249130; }
span { border-color: rgb(36,145,48); }
td.TdClassName
{
border-color: #249130;
}
.TagClassName
{
border-color: #249130;
}
</style>