Shades of Forest Green #238E20
Tints of Forest Green #238E20
RGB
CMYK
RGB Variations
Color information
#238E20 (or 0x238E20) is known color: Forest Green. HEX triplet: 23, 8E and 20. RGB value is (35,142,32). Sum of RGB (Red+Green+Blue) = 35+142+32=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 142 (55.86% from 255 or 67.94% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 142 - color contains mainly: green. Hex color #238E20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238E20 is #DC71DF. Grayscale: #616161. Windows color (decimal): -14447072 or 2133539. OLE color: 2133539.
HSL color Cylindrical-coordinate representation of color #238E20: hue angle of 118.36º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238E20 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 142 | 32 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.44 |
| HSL | 118.36º | 0.63% | 0.34% | - |
| HSV(B) | 118.36º | 0.77% | 0.56% | - |
| XYZ | 10.63 | 19.81 | 4.63 | - |
| YUV | 97.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 32 | 0.75 | 0 | 0.77 | 0.44 | 118.36 | 0.63 | 0.34 |
| Hex | 23 | 8E | 20 | 4B | 0 | 4D | 2C | 76 | 3F | 22 |
| Octal | 43 | 216 | 40 | 113 | 0 | 115 | 54 | 166 | 77 | 42 |
| Binary | 100011 | 10001110 | 100000 | 1001011 | 0 | 1001101 | 101100 | 1110110 | 111111 | 100010 |
Color Harmonies of #238E20
Complementary color
Monochromatic Colors of #238E20
Black with #238E20
Text Example
Text Example
White with #238E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238E20; }
p { color: rgb(35,142,32); }
H1.HeaderClassName
{
color: #238E20;
}
.AnyTagClassName
{
color: #238E20;
}
</style>
background-color css
<style>
a { background-color: #238E20; }
a { background-color: rgb(35,142,32); }
div.DivClassName
{
background-color: #238E20;
}
.BgClassName
{
background-color: #238E20;
}
</style>
border-color css
<style>
span { border-color: #238E20; }
span { border-color: rgb(35,142,32); }
td.TdClassName
{
border-color: #238E20;
}
.TagClassName
{
border-color: #238E20;
}
</style>