Shades of Forest Green #238128
Tints of Forest Green #238128
RGB
CMYK
RGB Variations
Color information
#238128 (or 0x238128) is known color: Forest Green. HEX triplet: 23, 81 and 28. RGB value is (35,129,40). Sum of RGB (Red+Green+Blue) = 35+129+40=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #238128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238128 is #DC7ED7. Grayscale: #5B5B5B. Windows color (decimal): -14450392 or 2654499. OLE color: 2654499.
HSL color Cylindrical-coordinate representation of color #238128: hue angle of 123.19º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238128 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 129 | 40 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.49 |
| HSL | 123.19º | 0.57% | 0.32% | - |
| HSV(B) | 123.19º | 0.73% | 0.51% | - |
| XYZ | 8.93 | 16.21 | 4.67 | - |
| YUV | 90.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 40 | 0.73 | 0 | 0.69 | 0.49 | 123.19 | 0.57 | 0.32 |
| Hex | 23 | 81 | 28 | 49 | 0 | 45 | 31 | 7B | 39 | 20 |
| Octal | 43 | 201 | 50 | 111 | 0 | 105 | 61 | 173 | 71 | 40 |
| Binary | 100011 | 10000001 | 101000 | 1001001 | 0 | 1000101 | 110001 | 1111011 | 111001 | 100000 |
Color Harmonies of #238128
Complementary color
Monochromatic Colors of #238128
Black with #238128
Text Example
Text Example
White with #238128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238128; }
p { color: rgb(35,129,40); }
H1.HeaderClassName
{
color: #238128;
}
.AnyTagClassName
{
color: #238128;
}
</style>
background-color css
<style>
a { background-color: #238128; }
a { background-color: rgb(35,129,40); }
div.DivClassName
{
background-color: #238128;
}
.BgClassName
{
background-color: #238128;
}
</style>
border-color css
<style>
span { border-color: #238128; }
span { border-color: rgb(35,129,40); }
td.TdClassName
{
border-color: #238128;
}
.TagClassName
{
border-color: #238128;
}
</style>