Shades of Forest Green #238512
Tints of Forest Green #238512
RGB
CMYK
RGB Variations
Color information
#238512 (or 0x238512) is known color: Forest Green. HEX triplet: 23, 85 and 12. RGB value is (35,133,18). Sum of RGB (Red+Green+Blue) = 35+133+18=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #238512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238512 is #DC7AED. Grayscale: #5A5A5A. Windows color (decimal): -14449390 or 1213731. OLE color: 1213731.
HSL color Cylindrical-coordinate representation of color #238512: hue angle of 111.13º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238512 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 133 | 18 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.48 |
| HSL | 111.13º | 0.76% | 0.3% | - |
| HSV(B) | 111.13º | 0.86% | 0.52% | - |
| XYZ | 9.19 | 17.18 | 3.4 | - |
| YUV | 90.59 | 87.03 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 18 | 0.74 | 0 | 0.86 | 0.48 | 111.13 | 0.76 | 0.3 |
| Hex | 23 | 85 | 12 | 4A | 0 | 56 | 30 | 6F | 4C | 1E |
| Octal | 43 | 205 | 22 | 112 | 0 | 126 | 60 | 157 | 114 | 36 |
| Binary | 100011 | 10000101 | 10010 | 1001010 | 0 | 1010110 | 110000 | 1101111 | 1001100 | 11110 |
Color Harmonies of #238512
Complementary color
Monochromatic Colors of #238512
Black with #238512
Text Example
Text Example
White with #238512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238512; }
p { color: rgb(35,133,18); }
H1.HeaderClassName
{
color: #238512;
}
.AnyTagClassName
{
color: #238512;
}
</style>
background-color css
<style>
a { background-color: #238512; }
a { background-color: rgb(35,133,18); }
div.DivClassName
{
background-color: #238512;
}
.BgClassName
{
background-color: #238512;
}
</style>
border-color css
<style>
span { border-color: #238512; }
span { border-color: rgb(35,133,18); }
td.TdClassName
{
border-color: #238512;
}
.TagClassName
{
border-color: #238512;
}
</style>