Shades of Forest Green #238D28
Tints of Forest Green #238D28
RGB
CMYK
RGB Variations
Color information
#238D28 (or 0x238D28) is known color: Forest Green. HEX triplet: 23, 8D and 28. RGB value is (35,141,40). Sum of RGB (Red+Green+Blue) = 35+141+40=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #238D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238D28 is #DC72D7. Grayscale: #626262. Windows color (decimal): -14447320 or 2657571. OLE color: 2657571.
HSL color Cylindrical-coordinate representation of color #238D28: hue angle of 122.83º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238D28 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 141 | 40 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.45 |
| HSL | 122.83º | 0.6% | 0.35% | - |
| HSV(B) | 122.83º | 0.75% | 0.55% | - |
| XYZ | 10.6 | 19.56 | 5.22 | - |
| YUV | 97.79 | 95.38 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 40 | 0.75 | 0 | 0.72 | 0.45 | 122.83 | 0.6 | 0.35 |
| Hex | 23 | 8D | 28 | 4B | 0 | 48 | 2D | 7B | 3C | 23 |
| Octal | 43 | 215 | 50 | 113 | 0 | 110 | 55 | 173 | 74 | 43 |
| Binary | 100011 | 10001101 | 101000 | 1001011 | 0 | 1001000 | 101101 | 1111011 | 111100 | 100011 |
Color Harmonies of #238D28
Complementary color
Monochromatic Colors of #238D28
Black with #238D28
Text Example
Text Example
White with #238D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238D28; }
p { color: rgb(35,141,40); }
H1.HeaderClassName
{
color: #238D28;
}
.AnyTagClassName
{
color: #238D28;
}
</style>
background-color css
<style>
a { background-color: #238D28; }
a { background-color: rgb(35,141,40); }
div.DivClassName
{
background-color: #238D28;
}
.BgClassName
{
background-color: #238D28;
}
</style>
border-color css
<style>
span { border-color: #238D28; }
span { border-color: rgb(35,141,40); }
td.TdClassName
{
border-color: #238D28;
}
.TagClassName
{
border-color: #238D28;
}
</style>