Shades of Forest Green #249530
Tints of Forest Green #249530
RGB
CMYK
RGB Variations
Color information
#249530 (or 0x249530) is known color: Forest Green. HEX triplet: 24, 95 and 30. RGB value is (36,149,48). Sum of RGB (Red+Green+Blue) = 36+149+48=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #249530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #249530 is #DB6ACF. Grayscale: #676767. Windows color (decimal): -14379728 or 3183908. OLE color: 3183908.
HSL color Cylindrical-coordinate representation of color #249530: hue angle of 126.37º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249530 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 149 | 48 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.42 |
| HSL | 126.37º | 0.61% | 0.36% | - |
| HSV(B) | 126.37º | 0.76% | 0.58% | - |
| XYZ | 12.01 | 22.08 | 6.43 | - |
| YUV | 103.7 | 96.56 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 48 | 0.76 | 0 | 0.68 | 0.42 | 126.37 | 0.61 | 0.36 |
| Hex | 24 | 95 | 30 | 4C | 0 | 44 | 2A | 7E | 3D | 24 |
| Octal | 44 | 225 | 60 | 114 | 0 | 104 | 52 | 176 | 75 | 44 |
| Binary | 100100 | 10010101 | 110000 | 1001100 | 0 | 1000100 | 101010 | 1111110 | 111101 | 100100 |
Color Harmonies of #249530
Complementary color
Monochromatic Colors of #249530
Black with #249530
Text Example
Text Example
White with #249530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249530; }
p { color: rgb(36,149,48); }
H1.HeaderClassName
{
color: #249530;
}
.AnyTagClassName
{
color: #249530;
}
</style>
background-color css
<style>
a { background-color: #249530; }
a { background-color: rgb(36,149,48); }
div.DivClassName
{
background-color: #249530;
}
.BgClassName
{
background-color: #249530;
}
</style>
border-color css
<style>
span { border-color: #249530; }
span { border-color: rgb(36,149,48); }
td.TdClassName
{
border-color: #249530;
}
.TagClassName
{
border-color: #249530;
}
</style>