Shades of Forest Green #248B30
Tints of Forest Green #248B30
RGB
CMYK
RGB Variations
Color information
#248B30 (or 0x248B30) is known color: Forest Green. HEX triplet: 24, 8B and 30. RGB value is (36,139,48). Sum of RGB (Red+Green+Blue) = 36+139+48=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #248B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248B30 is #DB74CF. Grayscale: #626262. Windows color (decimal): -14382288 or 3181348. OLE color: 3181348.
HSL color Cylindrical-coordinate representation of color #248B30: hue angle of 126.99º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B30 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 48 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.45 |
| HSL | 126.99º | 0.59% | 0.34% | - |
| HSV(B) | 126.99º | 0.74% | 0.55% | - |
| XYZ | 10.49 | 19.05 | 5.92 | - |
| YUV | 97.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 48 | 0.74 | 0 | 0.65 | 0.45 | 126.99 | 0.59 | 0.34 |
| Hex | 24 | 8B | 30 | 4A | 0 | 41 | 2D | 7F | 3B | 22 |
| Octal | 44 | 213 | 60 | 112 | 0 | 101 | 55 | 177 | 73 | 42 |
| Binary | 100100 | 10001011 | 110000 | 1001010 | 0 | 1000001 | 101101 | 1111111 | 111011 | 100010 |
Color Harmonies of #248B30
Complementary color
Monochromatic Colors of #248B30
Black with #248B30
Text Example
Text Example
White with #248B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B30; }
p { color: rgb(36,139,48); }
H1.HeaderClassName
{
color: #248B30;
}
.AnyTagClassName
{
color: #248B30;
}
</style>
background-color css
<style>
a { background-color: #248B30; }
a { background-color: rgb(36,139,48); }
div.DivClassName
{
background-color: #248B30;
}
.BgClassName
{
background-color: #248B30;
}
</style>
border-color css
<style>
span { border-color: #248B30; }
span { border-color: rgb(36,139,48); }
td.TdClassName
{
border-color: #248B30;
}
.TagClassName
{
border-color: #248B30;
}
</style>