Shades of Forest Green #248808
Tints of Forest Green #248808
RGB
CMYK
RGB Variations
Color information
#248808 (or 0x248808) is known color: Forest Green. HEX triplet: 24, 88 and 08. RGB value is (36,136,8). Sum of RGB (Red+Green+Blue) = 36+136+8=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 136 (53.52% from 255 or 75.56% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 136 - color contains mainly: green. Hex color #248808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248808 is #DB77F7. Grayscale: #5B5B5B. Windows color (decimal): -14383096 or 559140. OLE color: 559140.
HSL color Cylindrical-coordinate representation of color #248808: hue angle of 106.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #248808 is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 136 | 8 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.47 |
| HSL | 106.88º | 0.89% | 0.28% | - |
| HSV(B) | 106.88º | 0.94% | 0.53% | - |
| XYZ | 9.58 | 18 | 3.2 | - |
| YUV | 91.51 | 80.87 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 8 | 0.74 | 0 | 0.94 | 0.47 | 106.88 | 0.89 | 0.28 |
| Hex | 24 | 88 | 8 | 4A | 0 | 5E | 2F | 6B | 59 | 1C |
| Octal | 44 | 210 | 10 | 112 | 0 | 136 | 57 | 153 | 131 | 34 |
| Binary | 100100 | 10001000 | 1000 | 1001010 | 0 | 1011110 | 101111 | 1101011 | 1011001 | 11100 |
Color Harmonies of #248808
Complementary color
Monochromatic Colors of #248808
Black with #248808
Text Example
Text Example
White with #248808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248808; }
p { color: rgb(36,136,8); }
H1.HeaderClassName
{
color: #248808;
}
.AnyTagClassName
{
color: #248808;
}
</style>
background-color css
<style>
a { background-color: #248808; }
a { background-color: rgb(36,136,8); }
div.DivClassName
{
background-color: #248808;
}
.BgClassName
{
background-color: #248808;
}
</style>
border-color css
<style>
span { border-color: #248808; }
span { border-color: rgb(36,136,8); }
td.TdClassName
{
border-color: #248808;
}
.TagClassName
{
border-color: #248808;
}
</style>