Shades of Forest Green #238516
Tints of Forest Green #238516
RGB
CMYK
RGB Variations
Color information
#238516 (or 0x238516) is known color: Forest Green. HEX triplet: 23, 85 and 16. RGB value is (35,133,22). Sum of RGB (Red+Green+Blue) = 35+133+22=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #238516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238516 is #DC7AE9. Grayscale: #5B5B5B. Windows color (decimal): -14449386 or 1475875. OLE color: 1475875.
HSL color Cylindrical-coordinate representation of color #238516: hue angle of 112.97º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #238516 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 133 | 22 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.48 |
| HSL | 112.97º | 0.72% | 0.3% | - |
| HSV(B) | 112.97º | 0.83% | 0.52% | - |
| XYZ | 9.23 | 17.19 | 3.59 | - |
| YUV | 91.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 22 | 0.74 | 0 | 0.83 | 0.48 | 112.97 | 0.72 | 0.3 |
| Hex | 23 | 85 | 16 | 4A | 0 | 53 | 30 | 71 | 48 | 1E |
| Octal | 43 | 205 | 26 | 112 | 0 | 123 | 60 | 161 | 110 | 36 |
| Binary | 100011 | 10000101 | 10110 | 1001010 | 0 | 1010011 | 110000 | 1110001 | 1001000 | 11110 |
Color Harmonies of #238516
Complementary color
Monochromatic Colors of #238516
Black with #238516
Text Example
Text Example
White with #238516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238516; }
p { color: rgb(35,133,22); }
H1.HeaderClassName
{
color: #238516;
}
.AnyTagClassName
{
color: #238516;
}
</style>
background-color css
<style>
a { background-color: #238516; }
a { background-color: rgb(35,133,22); }
div.DivClassName
{
background-color: #238516;
}
.BgClassName
{
background-color: #238516;
}
</style>
border-color css
<style>
span { border-color: #238516; }
span { border-color: rgb(35,133,22); }
td.TdClassName
{
border-color: #238516;
}
.TagClassName
{
border-color: #238516;
}
</style>