Shades of Forest Green #248D02
Tints of Forest Green #248D02
RGB
CMYK
RGB Variations
Color information
#248D02 (or 0x248D02) is known color: Forest Green. HEX triplet: 24, 8D and 02. RGB value is (36,141,2). Sum of RGB (Red+Green+Blue) = 36+141+2=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 141 (55.47% from 255 or 78.77% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 141 - color contains mainly: green. Hex color #248D02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248D02 is #DB72FD. Grayscale: #5E5E5E. Windows color (decimal): -14381822 or 167204. OLE color: 167204.
HSL color Cylindrical-coordinate representation of color #248D02: hue angle of 105.32º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #248D02 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.45 |
| HSL | 105.32º | 0.97% | 0.28% | - |
| HSV(B) | 105.32º | 0.99% | 0.55% | - |
| XYZ | 10.26 | 19.43 | 3.27 | - |
| YUV | 93.76 | 76.21 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 2 | 0.74 | 0 | 0.99 | 0.45 | 105.32 | 0.97 | 0.28 |
| Hex | 24 | 8D | 2 | 4A | 0 | 63 | 2D | 69 | 61 | 1C |
| Octal | 44 | 215 | 2 | 112 | 0 | 143 | 55 | 151 | 141 | 34 |
| Binary | 100100 | 10001101 | 10 | 1001010 | 0 | 1100011 | 101101 | 1101001 | 1100001 | 11100 |
Color Harmonies of #248D02
Complementary color
Monochromatic Colors of #248D02
Black with #248D02
Text Example
Text Example
White with #248D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D02; }
p { color: rgb(36,141,2); }
H1.HeaderClassName
{
color: #248D02;
}
.AnyTagClassName
{
color: #248D02;
}
</style>
background-color css
<style>
a { background-color: #248D02; }
a { background-color: rgb(36,141,2); }
div.DivClassName
{
background-color: #248D02;
}
.BgClassName
{
background-color: #248D02;
}
</style>
border-color css
<style>
span { border-color: #248D02; }
span { border-color: rgb(36,141,2); }
td.TdClassName
{
border-color: #248D02;
}
.TagClassName
{
border-color: #248D02;
}
</style>