Shades of Forest Green #248F2F
Tints of Forest Green #248F2F
RGB
CMYK
RGB Variations
Color information
#248F2F (or 0x248F2F) is known color: Forest Green. HEX triplet: 24, 8F and 2F. RGB value is (36,143,47). Sum of RGB (Red+Green+Blue) = 36+143+47=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 143 (56.25% from 255 or 63.27% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 143 - color contains mainly: green. Hex color #248F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248F2F is #DB70D0. Grayscale: #646464. Windows color (decimal): -14381265 or 3116836. OLE color: 3116836.
HSL color Cylindrical-coordinate representation of color #248F2F: hue angle of 126.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F2F is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 143 | 47 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.44 |
| HSL | 126.17º | 0.6% | 0.35% | - |
| HSV(B) | 126.17º | 0.75% | 0.56% | - |
| XYZ | 11.06 | 20.23 | 6.01 | - |
| YUV | 100.06 | 98.05 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 47 | 0.75 | 0 | 0.67 | 0.44 | 126.17 | 0.6 | 0.35 |
| Hex | 24 | 8F | 2F | 4B | 0 | 43 | 2C | 7E | 3C | 23 |
| Octal | 44 | 217 | 57 | 113 | 0 | 103 | 54 | 176 | 74 | 43 |
| Binary | 100100 | 10001111 | 101111 | 1001011 | 0 | 1000011 | 101100 | 1111110 | 111100 | 100011 |
Color Harmonies of #248F2F
Complementary color
Monochromatic Colors of #248F2F
Black with #248F2F
Text Example
Text Example
White with #248F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F2F; }
p { color: rgb(36,143,47); }
H1.HeaderClassName
{
color: #248F2F;
}
.AnyTagClassName
{
color: #248F2F;
}
</style>
background-color css
<style>
a { background-color: #248F2F; }
a { background-color: rgb(36,143,47); }
div.DivClassName
{
background-color: #248F2F;
}
.BgClassName
{
background-color: #248F2F;
}
</style>
border-color css
<style>
span { border-color: #248F2F; }
span { border-color: rgb(36,143,47); }
td.TdClassName
{
border-color: #248F2F;
}
.TagClassName
{
border-color: #248F2F;
}
</style>