Shades of Forest Green #238C16
Tints of Forest Green #238C16
RGB
CMYK
RGB Variations
Color information
#238C16 (or 0x238C16) is known color: Forest Green. HEX triplet: 23, 8C and 16. RGB value is (35,140,22). Sum of RGB (Red+Green+Blue) = 35+140+22=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 140 (55.08% from 255 or 71.07% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 140 - color contains mainly: green. Hex color #238C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238C16 is #DC73E9. Grayscale: #5F5F5F. Windows color (decimal): -14447594 or 1477667. OLE color: 1477667.
HSL color Cylindrical-coordinate representation of color #238C16: hue angle of 113.39º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238C16 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 140 | 22 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.45 |
| HSL | 113.39º | 0.73% | 0.32% | - |
| HSV(B) | 113.39º | 0.84% | 0.55% | - |
| XYZ | 10.22 | 19.17 | 3.92 | - |
| YUV | 95.15 | 86.71 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 22 | 0.75 | 0 | 0.84 | 0.45 | 113.39 | 0.73 | 0.32 |
| Hex | 23 | 8C | 16 | 4B | 0 | 54 | 2D | 71 | 49 | 20 |
| Octal | 43 | 214 | 26 | 113 | 0 | 124 | 55 | 161 | 111 | 40 |
| Binary | 100011 | 10001100 | 10110 | 1001011 | 0 | 1010100 | 101101 | 1110001 | 1001001 | 100000 |
Color Harmonies of #238C16
Complementary color
Monochromatic Colors of #238C16
Black with #238C16
Text Example
Text Example
White with #238C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C16; }
p { color: rgb(35,140,22); }
H1.HeaderClassName
{
color: #238C16;
}
.AnyTagClassName
{
color: #238C16;
}
</style>
background-color css
<style>
a { background-color: #238C16; }
a { background-color: rgb(35,140,22); }
div.DivClassName
{
background-color: #238C16;
}
.BgClassName
{
background-color: #238C16;
}
</style>
border-color css
<style>
span { border-color: #238C16; }
span { border-color: rgb(35,140,22); }
td.TdClassName
{
border-color: #238C16;
}
.TagClassName
{
border-color: #238C16;
}
</style>