Shades of Forest Green #238E31
Tints of Forest Green #238E31
RGB
CMYK
RGB Variations
Color information
#238E31 (or 0x238E31) is known color: Forest Green. HEX triplet: 23, 8E and 31. RGB value is (35,142,49). Sum of RGB (Red+Green+Blue) = 35+142+49=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 142 (55.86% from 255 or 62.83% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 142 - color contains mainly: green. Hex color #238E31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238E31 is #DC71CE. Grayscale: #636363. Windows color (decimal): -14447055 or 3247651. OLE color: 3247651.
HSL color Cylindrical-coordinate representation of color #238E31: hue angle of 127.85º 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 #238E31 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 142 | 49 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.44 |
| HSL | 127.85º | 0.6% | 0.35% | - |
| HSV(B) | 127.85º | 0.75% | 0.56% | - |
| XYZ | 10.92 | 19.93 | 6.18 | - |
| YUV | 99.41 | 99.55 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 49 | 0.75 | 0 | 0.65 | 0.44 | 127.85 | 0.6 | 0.35 |
| Hex | 23 | 8E | 31 | 4B | 0 | 41 | 2C | 80 | 3C | 23 |
| Octal | 43 | 216 | 61 | 113 | 0 | 101 | 54 | 200 | 74 | 43 |
| Binary | 100011 | 10001110 | 110001 | 1001011 | 0 | 1000001 | 101100 | 10000000 | 111100 | 100011 |
Color Harmonies of #238E31
Complementary color
Monochromatic Colors of #238E31
Black with #238E31
Text Example
Text Example
White with #238E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238E31; }
p { color: rgb(35,142,49); }
H1.HeaderClassName
{
color: #238E31;
}
.AnyTagClassName
{
color: #238E31;
}
</style>
background-color css
<style>
a { background-color: #238E31; }
a { background-color: rgb(35,142,49); }
div.DivClassName
{
background-color: #238E31;
}
.BgClassName
{
background-color: #238E31;
}
</style>
border-color css
<style>
span { border-color: #238E31; }
span { border-color: rgb(35,142,49); }
td.TdClassName
{
border-color: #238E31;
}
.TagClassName
{
border-color: #238E31;
}
</style>