Shades of Forest Green #238228
Tints of Forest Green #238228
RGB
CMYK
RGB Variations
Color information
#238228 (or 0x238228) is known color: Forest Green. HEX triplet: 23, 82 and 28. RGB value is (35,130,40). Sum of RGB (Red+Green+Blue) = 35+130+40=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #238228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238228 is #DC7DD7. Grayscale: #5B5B5B. Windows color (decimal): -14450136 or 2654755. OLE color: 2654755.
HSL color Cylindrical-coordinate representation of color #238228: hue angle of 123.16º degrees, saturation: 0.58, 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 #238228 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 40 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.49 |
| HSL | 123.16º | 0.58% | 0.32% | - |
| HSV(B) | 123.16º | 0.73% | 0.51% | - |
| XYZ | 9.06 | 16.48 | 4.71 | - |
| YUV | 91.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 40 | 0.73 | 0 | 0.69 | 0.49 | 123.16 | 0.58 | 0.32 |
| Hex | 23 | 82 | 28 | 49 | 0 | 45 | 31 | 7B | 3A | 20 |
| Octal | 43 | 202 | 50 | 111 | 0 | 105 | 61 | 173 | 72 | 40 |
| Binary | 100011 | 10000010 | 101000 | 1001001 | 0 | 1000101 | 110001 | 1111011 | 111010 | 100000 |
Color Harmonies of #238228
Complementary color
Monochromatic Colors of #238228
Black with #238228
Text Example
Text Example
White with #238228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238228; }
p { color: rgb(35,130,40); }
H1.HeaderClassName
{
color: #238228;
}
.AnyTagClassName
{
color: #238228;
}
</style>
background-color css
<style>
a { background-color: #238228; }
a { background-color: rgb(35,130,40); }
div.DivClassName
{
background-color: #238228;
}
.BgClassName
{
background-color: #238228;
}
</style>
border-color css
<style>
span { border-color: #238228; }
span { border-color: rgb(35,130,40); }
td.TdClassName
{
border-color: #238228;
}
.TagClassName
{
border-color: #238228;
}
</style>