Shades of Forest Green #248227
Tints of Forest Green #248227
RGB
CMYK
RGB Variations
Color information
#248227 (or 0x248227) is known color: Forest Green. HEX triplet: 24, 82 and 27. RGB value is (36,130,39). Sum of RGB (Red+Green+Blue) = 36+130+39=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #248227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248227 is #DB7DD8. Grayscale: #5B5B5B. Windows color (decimal): -14384601 or 2589220. OLE color: 2589220.
HSL color Cylindrical-coordinate representation of color #248227: hue angle of 121.91º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248227 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 39 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.49 |
| HSL | 121.91º | 0.57% | 0.33% | - |
| HSV(B) | 121.91º | 0.72% | 0.51% | - |
| XYZ | 9.08 | 16.49 | 4.62 | - |
| YUV | 91.52 | 98.36 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 39 | 0.72 | 0 | 0.70 | 0.49 | 121.91 | 0.57 | 0.33 |
| Hex | 24 | 82 | 27 | 48 | 0 | 46 | 31 | 7A | 39 | 21 |
| Octal | 44 | 202 | 47 | 110 | 0 | 106 | 61 | 172 | 71 | 41 |
| Binary | 100100 | 10000010 | 100111 | 1001000 | 0 | 1000110 | 110001 | 1111010 | 111001 | 100001 |
Color Harmonies of #248227
Complementary color
Monochromatic Colors of #248227
Black with #248227
Text Example
Text Example
White with #248227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248227; }
p { color: rgb(36,130,39); }
H1.HeaderClassName
{
color: #248227;
}
.AnyTagClassName
{
color: #248227;
}
</style>
background-color css
<style>
a { background-color: #248227; }
a { background-color: rgb(36,130,39); }
div.DivClassName
{
background-color: #248227;
}
.BgClassName
{
background-color: #248227;
}
</style>
border-color css
<style>
span { border-color: #248227; }
span { border-color: rgb(36,130,39); }
td.TdClassName
{
border-color: #248227;
}
.TagClassName
{
border-color: #248227;
}
</style>