Shades of Forest Green #238F32
Tints of Forest Green #238F32
RGB
CMYK
RGB Variations
Color information
#238F32 (or 0x238F32) is known color: Forest Green. HEX triplet: 23, 8F and 32. RGB value is (35,143,50). Sum of RGB (Red+Green+Blue) = 35+143+50=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 143 (56.25% from 255 or 62.72% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 143 - color contains mainly: green. Hex color #238F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238F32 is #DC70CD. Grayscale: #646464. Windows color (decimal): -14446798 or 3313443. OLE color: 3313443.
HSL color Cylindrical-coordinate representation of color #238F32: hue angle of 128.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F32 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 50 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.44 |
| HSL | 128.33º | 0.61% | 0.35% | - |
| HSV(B) | 128.33º | 0.76% | 0.56% | - |
| XYZ | 11.09 | 20.23 | 6.34 | - |
| YUV | 100.11 | 99.72 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 50 | 0.76 | 0 | 0.65 | 0.44 | 128.33 | 0.61 | 0.35 |
| Hex | 23 | 8F | 32 | 4C | 0 | 41 | 2C | 80 | 3D | 23 |
| Octal | 43 | 217 | 62 | 114 | 0 | 101 | 54 | 200 | 75 | 43 |
| Binary | 100011 | 10001111 | 110010 | 1001100 | 0 | 1000001 | 101100 | 10000000 | 111101 | 100011 |
Color Harmonies of #238F32
Complementary color
Monochromatic Colors of #238F32
Black with #238F32
Text Example
Text Example
White with #238F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F32; }
p { color: rgb(35,143,50); }
H1.HeaderClassName
{
color: #238F32;
}
.AnyTagClassName
{
color: #238F32;
}
</style>
background-color css
<style>
a { background-color: #238F32; }
a { background-color: rgb(35,143,50); }
div.DivClassName
{
background-color: #238F32;
}
.BgClassName
{
background-color: #238F32;
}
</style>
border-color css
<style>
span { border-color: #238F32; }
span { border-color: rgb(35,143,50); }
td.TdClassName
{
border-color: #238F32;
}
.TagClassName
{
border-color: #238F32;
}
</style>