Shades of Forest Green #248401
Tints of Forest Green #248401
RGB
CMYK
RGB Variations
Color information
#248401 (or 0x248401) is known color: Forest Green. HEX triplet: 24, 84 and 01. RGB value is (36,132,1). Sum of RGB (Red+Green+Blue) = 36+132+1=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 132 (51.95% from 255 or 78.11% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 132 - color contains mainly: green. Hex color #248401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248401 is #DB7BFE. Grayscale: #585858. Windows color (decimal): -14384127 or 99364. OLE color: 99364.
HSL color Cylindrical-coordinate representation of color #248401: hue angle of 103.97º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #248401 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 132 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.48 |
| HSL | 103.97º | 0.98% | 0.26% | - |
| HSV(B) | 103.97º | 0.99% | 0.52% | - |
| XYZ | 8.98 | 16.88 | 2.81 | - |
| YUV | 88.36 | 78.7 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 1 | 0.73 | 0 | 0.99 | 0.48 | 103.97 | 0.98 | 0.26 |
| Hex | 24 | 84 | 1 | 49 | 0 | 63 | 30 | 68 | 62 | 1A |
| Octal | 44 | 204 | 1 | 111 | 0 | 143 | 60 | 150 | 142 | 32 |
| Binary | 100100 | 10000100 | 1 | 1001001 | 0 | 1100011 | 110000 | 1101000 | 1100010 | 11010 |
Color Harmonies of #248401
Complementary color
Monochromatic Colors of #248401
Black with #248401
Text Example
Text Example
White with #248401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248401; }
p { color: rgb(36,132,1); }
H1.HeaderClassName
{
color: #248401;
}
.AnyTagClassName
{
color: #248401;
}
</style>
background-color css
<style>
a { background-color: #248401; }
a { background-color: rgb(36,132,1); }
div.DivClassName
{
background-color: #248401;
}
.BgClassName
{
background-color: #248401;
}
</style>
border-color css
<style>
span { border-color: #248401; }
span { border-color: rgb(36,132,1); }
td.TdClassName
{
border-color: #248401;
}
.TagClassName
{
border-color: #248401;
}
</style>