Shades of Forest Green #238A18
Tints of Forest Green #238A18
RGB
CMYK
RGB Variations
Color information
#238A18 (or 0x238A18) is known color: Forest Green. HEX triplet: 23, 8A and 18. RGB value is (35,138,24). Sum of RGB (Red+Green+Blue) = 35+138+24=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #238A18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238A18 is #DC75E7. Grayscale: #5E5E5E. Windows color (decimal): -14448104 or 1608227. OLE color: 1608227.
HSL color Cylindrical-coordinate representation of color #238A18: hue angle of 114.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #238A18 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 138 | 24 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.46 |
| HSL | 114.21º | 0.7% | 0.32% | - |
| HSV(B) | 114.21º | 0.83% | 0.54% | - |
| XYZ | 9.95 | 18.6 | 3.93 | - |
| YUV | 94.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 24 | 0.75 | 0 | 0.83 | 0.46 | 114.21 | 0.7 | 0.32 |
| Hex | 23 | 8A | 18 | 4B | 0 | 53 | 2E | 72 | 46 | 20 |
| Octal | 43 | 212 | 30 | 113 | 0 | 123 | 56 | 162 | 106 | 40 |
| Binary | 100011 | 10001010 | 11000 | 1001011 | 0 | 1010011 | 101110 | 1110010 | 1000110 | 100000 |
Color Harmonies of #238A18
Complementary color
Monochromatic Colors of #238A18
Black with #238A18
Text Example
Text Example
White with #238A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238A18; }
p { color: rgb(35,138,24); }
H1.HeaderClassName
{
color: #238A18;
}
.AnyTagClassName
{
color: #238A18;
}
</style>
background-color css
<style>
a { background-color: #238A18; }
a { background-color: rgb(35,138,24); }
div.DivClassName
{
background-color: #238A18;
}
.BgClassName
{
background-color: #238A18;
}
</style>
border-color css
<style>
span { border-color: #238A18; }
span { border-color: rgb(35,138,24); }
td.TdClassName
{
border-color: #238A18;
}
.TagClassName
{
border-color: #238A18;
}
</style>