Shades of Forest Green #238115
Tints of Forest Green #238115
RGB
CMYK
RGB Variations
Color information
#238115 (or 0x238115) is known color: Forest Green. HEX triplet: 23, 81 and 15. RGB value is (35,129,21). Sum of RGB (Red+Green+Blue) = 35+129+21=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 129 (50.78% from 255 or 69.73% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 129 - color contains mainly: green. Hex color #238115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238115 is #DC7EEA. Grayscale: #585858. Windows color (decimal): -14450411 or 1409315. OLE color: 1409315.
HSL color Cylindrical-coordinate representation of color #238115: hue angle of 112.22º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238115 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 129 | 21 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.49 |
| HSL | 112.22º | 0.72% | 0.29% | - |
| HSV(B) | 112.22º | 0.84% | 0.51% | - |
| XYZ | 8.68 | 16.11 | 3.36 | - |
| YUV | 88.58 | 89.86 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 21 | 0.73 | 0 | 0.84 | 0.49 | 112.22 | 0.72 | 0.29 |
| Hex | 23 | 81 | 15 | 49 | 0 | 54 | 31 | 70 | 48 | 1D |
| Octal | 43 | 201 | 25 | 111 | 0 | 124 | 61 | 160 | 110 | 35 |
| Binary | 100011 | 10000001 | 10101 | 1001001 | 0 | 1010100 | 110001 | 1110000 | 1001000 | 11101 |
Color Harmonies of #238115
Complementary color
Monochromatic Colors of #238115
Black with #238115
Text Example
Text Example
White with #238115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238115; }
p { color: rgb(35,129,21); }
H1.HeaderClassName
{
color: #238115;
}
.AnyTagClassName
{
color: #238115;
}
</style>
background-color css
<style>
a { background-color: #238115; }
a { background-color: rgb(35,129,21); }
div.DivClassName
{
background-color: #238115;
}
.BgClassName
{
background-color: #238115;
}
</style>
border-color css
<style>
span { border-color: #238115; }
span { border-color: rgb(35,129,21); }
td.TdClassName
{
border-color: #238115;
}
.TagClassName
{
border-color: #238115;
}
</style>