Shades of Forest Green #248B19
Tints of Forest Green #248B19
RGB
CMYK
RGB Variations
Color information
#248B19 (or 0x248B19) is known color: Forest Green. HEX triplet: 24, 8B and 19. RGB value is (36,139,25). Sum of RGB (Red+Green+Blue) = 36+139+25=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 139 (54.69% from 255 or 69.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 139 - color contains mainly: green. Hex color #248B19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248B19 is #DB74E6. Grayscale: #5F5F5F. Windows color (decimal): -14382311 or 1674020. OLE color: 1674020.
HSL color Cylindrical-coordinate representation of color #248B19: hue angle of 114.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #248B19 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 25 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.45 |
| HSL | 114.21º | 0.7% | 0.32% | - |
| HSV(B) | 114.21º | 0.82% | 0.55% | - |
| XYZ | 10.14 | 18.91 | 4.04 | - |
| YUV | 95.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 25 | 0.74 | 0 | 0.82 | 0.45 | 114.21 | 0.7 | 0.32 |
| Hex | 24 | 8B | 19 | 4A | 0 | 52 | 2D | 72 | 46 | 20 |
| Octal | 44 | 213 | 31 | 112 | 0 | 122 | 55 | 162 | 106 | 40 |
| Binary | 100100 | 10001011 | 11001 | 1001010 | 0 | 1010010 | 101101 | 1110010 | 1000110 | 100000 |
Color Harmonies of #248B19
Complementary color
Monochromatic Colors of #248B19
Black with #248B19
Text Example
Text Example
White with #248B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B19; }
p { color: rgb(36,139,25); }
H1.HeaderClassName
{
color: #248B19;
}
.AnyTagClassName
{
color: #248B19;
}
</style>
background-color css
<style>
a { background-color: #248B19; }
a { background-color: rgb(36,139,25); }
div.DivClassName
{
background-color: #248B19;
}
.BgClassName
{
background-color: #248B19;
}
</style>
border-color css
<style>
span { border-color: #248B19; }
span { border-color: rgb(36,139,25); }
td.TdClassName
{
border-color: #248B19;
}
.TagClassName
{
border-color: #248B19;
}
</style>