Shades of Forest Green #248400
Tints of Forest Green #248400
RGB
CMYK
RGB Variations
Color information
#248400 (or 0x248400) is known color: Forest Green. HEX triplet: 24, 84 and 00. RGB value is (36,132,0). Sum of RGB (Red+Green+Blue) = 36+132+0=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 132 (51.95% from 255 or 78.57% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 132 - color contains mainly: green. Hex color #248400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248400 is #DB7BFF. Grayscale: #585858. Windows color (decimal): -14384128 or 33828. OLE color: 33828.
HSL color Cylindrical-coordinate representation of color #248400: hue angle of 103.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #248400 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 132 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.48 |
| HSL | 103.64º | 1% | 0.26% | - |
| HSV(B) | 103.64º | 1% | 0.52% | - |
| XYZ | 8.98 | 16.88 | 2.78 | - |
| YUV | 88.25 | 78.2 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 0 | 0.73 | 0 | 1 | 0.48 | 103.64 | 1 | 0.26 |
| Hex | 24 | 84 | 0 | 49 | 0 | 64 | 30 | 68 | 64 | 1A |
| Octal | 44 | 204 | 0 | 111 | 0 | 144 | 60 | 150 | 144 | 32 |
| Binary | 100100 | 10000100 | 0 | 1001001 | 0 | 1100100 | 110000 | 1101000 | 1100100 | 11010 |
Color Harmonies of #248400
Complementary color
Monochromatic Colors of #248400
Black with #248400
Text Example
Text Example
White with #248400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248400; }
p { color: rgb(36,132,0); }
H1.HeaderClassName
{
color: #248400;
}
.AnyTagClassName
{
color: #248400;
}
</style>
background-color css
<style>
a { background-color: #248400; }
a { background-color: rgb(36,132,0); }
div.DivClassName
{
background-color: #248400;
}
.BgClassName
{
background-color: #248400;
}
</style>
border-color css
<style>
span { border-color: #248400; }
span { border-color: rgb(36,132,0); }
td.TdClassName
{
border-color: #248400;
}
.TagClassName
{
border-color: #248400;
}
</style>