Shades of Forest Green #238C25
Tints of Forest Green #238C25
RGB
CMYK
RGB Variations
Color information
#238C25 (or 0x238C25) is known color: Forest Green. HEX triplet: 23, 8C and 25. RGB value is (35,140,37). Sum of RGB (Red+Green+Blue) = 35+140+37=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 140 (55.08% from 255 or 66.04% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 140 - color contains mainly: green. Hex color #238C25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238C25 is #DC73DA. Grayscale: #616161. Windows color (decimal): -14447579 or 2460707. OLE color: 2460707.
HSL color Cylindrical-coordinate representation of color #238C25: hue angle of 121.14º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238C25 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 140 | 37 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.45 |
| HSL | 121.14º | 0.6% | 0.34% | - |
| HSV(B) | 121.14º | 0.75% | 0.55% | - |
| XYZ | 10.41 | 19.25 | 4.92 | - |
| YUV | 96.86 | 94.21 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 37 | 0.75 | 0 | 0.74 | 0.45 | 121.14 | 0.6 | 0.34 |
| Hex | 23 | 8C | 25 | 4B | 0 | 4A | 2D | 79 | 3C | 22 |
| Octal | 43 | 214 | 45 | 113 | 0 | 112 | 55 | 171 | 74 | 42 |
| Binary | 100011 | 10001100 | 100101 | 1001011 | 0 | 1001010 | 101101 | 1111001 | 111100 | 100010 |
Color Harmonies of #238C25
Complementary color
Monochromatic Colors of #238C25
Black with #238C25
Text Example
Text Example
White with #238C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C25; }
p { color: rgb(35,140,37); }
H1.HeaderClassName
{
color: #238C25;
}
.AnyTagClassName
{
color: #238C25;
}
</style>
background-color css
<style>
a { background-color: #238C25; }
a { background-color: rgb(35,140,37); }
div.DivClassName
{
background-color: #238C25;
}
.BgClassName
{
background-color: #238C25;
}
</style>
border-color css
<style>
span { border-color: #238C25; }
span { border-color: rgb(35,140,37); }
td.TdClassName
{
border-color: #238C25;
}
.TagClassName
{
border-color: #238C25;
}
</style>