Shades of Forest Green #238C32
Tints of Forest Green #238C32
RGB
CMYK
RGB Variations
Color information
#238C32 (or 0x238C32) is known color: Forest Green. HEX triplet: 23, 8C and 32. RGB value is (35,140,50). Sum of RGB (Red+Green+Blue) = 35+140+50=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #238C32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238C32 is #DC73CD. Grayscale: #626262. Windows color (decimal): -14447566 or 3312675. OLE color: 3312675.
HSL color Cylindrical-coordinate representation of color #238C32: hue angle of 128.57º 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 #238C32 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 140 | 50 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.45 |
| HSL | 128.57º | 0.6% | 0.34% | - |
| HSV(B) | 128.57º | 0.75% | 0.55% | - |
| XYZ | 10.65 | 19.34 | 6.19 | - |
| YUV | 98.35 | 100.71 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 50 | 0.75 | 0 | 0.64 | 0.45 | 128.57 | 0.6 | 0.34 |
| Hex | 23 | 8C | 32 | 4B | 0 | 40 | 2D | 81 | 3C | 22 |
| Octal | 43 | 214 | 62 | 113 | 0 | 100 | 55 | 201 | 74 | 42 |
| Binary | 100011 | 10001100 | 110010 | 1001011 | 0 | 1000000 | 101101 | 10000001 | 111100 | 100010 |
Color Harmonies of #238C32
Complementary color
Monochromatic Colors of #238C32
Black with #238C32
Text Example
Text Example
White with #238C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C32; }
p { color: rgb(35,140,50); }
H1.HeaderClassName
{
color: #238C32;
}
.AnyTagClassName
{
color: #238C32;
}
</style>
background-color css
<style>
a { background-color: #238C32; }
a { background-color: rgb(35,140,50); }
div.DivClassName
{
background-color: #238C32;
}
.BgClassName
{
background-color: #238C32;
}
</style>
border-color css
<style>
span { border-color: #238C32; }
span { border-color: rgb(35,140,50); }
td.TdClassName
{
border-color: #238C32;
}
.TagClassName
{
border-color: #238C32;
}
</style>