Shades of Forest Green #238F30
Tints of Forest Green #238F30
RGB
CMYK
RGB Variations
Color information
#238F30 (or 0x238F30) is known color: Forest Green. HEX triplet: 23, 8F and 30. RGB value is (35,143,48). Sum of RGB (Red+Green+Blue) = 35+143+48=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 143 (56.25% from 255 or 63.27% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 143 - color contains mainly: green. Hex color #238F30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238F30 is #DC70CF. Grayscale: #646464. Windows color (decimal): -14446800 or 3182371. OLE color: 3182371.
HSL color Cylindrical-coordinate representation of color #238F30: hue angle of 127.22º 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 #238F30 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 48 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.44 |
| HSL | 127.22º | 0.61% | 0.35% | - |
| HSV(B) | 127.22º | 0.76% | 0.56% | - |
| XYZ | 11.05 | 20.22 | 6.12 | - |
| YUV | 99.88 | 98.72 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 48 | 0.76 | 0 | 0.66 | 0.44 | 127.22 | 0.61 | 0.35 |
| Hex | 23 | 8F | 30 | 4C | 0 | 42 | 2C | 7F | 3D | 23 |
| Octal | 43 | 217 | 60 | 114 | 0 | 102 | 54 | 177 | 75 | 43 |
| Binary | 100011 | 10001111 | 110000 | 1001100 | 0 | 1000010 | 101100 | 1111111 | 111101 | 100011 |
Color Harmonies of #238F30
Complementary color
Monochromatic Colors of #238F30
Black with #238F30
Text Example
Text Example
White with #238F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F30; }
p { color: rgb(35,143,48); }
H1.HeaderClassName
{
color: #238F30;
}
.AnyTagClassName
{
color: #238F30;
}
</style>
background-color css
<style>
a { background-color: #238F30; }
a { background-color: rgb(35,143,48); }
div.DivClassName
{
background-color: #238F30;
}
.BgClassName
{
background-color: #238F30;
}
</style>
border-color css
<style>
span { border-color: #238F30; }
span { border-color: rgb(35,143,48); }
td.TdClassName
{
border-color: #238F30;
}
.TagClassName
{
border-color: #238F30;
}
</style>