Shades of Forest Green #238022
Tints of Forest Green #238022
RGB
CMYK
RGB Variations
Color information
#238022 (or 0x238022) is known color: Forest Green. HEX triplet: 23, 80 and 22. RGB value is (35,128,34). Sum of RGB (Red+Green+Blue) = 35+128+34=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 128 (50.39% from 255 or 64.97% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 128 - color contains mainly: green. Hex color #238022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238022 is #DC7FDD. Grayscale: #595959. Windows color (decimal): -14450654 or 2261027. OLE color: 2261027.
HSL color Cylindrical-coordinate representation of color #238022: hue angle of 119.36º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238022 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 128 | 34 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.50 |
| HSL | 119.36º | 0.58% | 0.32% | - |
| HSV(B) | 119.36º | 0.73% | 0.5% | - |
| XYZ | 8.7 | 15.91 | 4.13 | - |
| YUV | 89.48 | 96.69 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 34 | 0.73 | 0 | 0.73 | 0.50 | 119.36 | 0.58 | 0.32 |
| Hex | 23 | 80 | 22 | 49 | 0 | 49 | 32 | 77 | 3A | 20 |
| Octal | 43 | 200 | 42 | 111 | 0 | 111 | 62 | 167 | 72 | 40 |
| Binary | 100011 | 10000000 | 100010 | 1001001 | 0 | 1001001 | 110010 | 1110111 | 111010 | 100000 |
Color Harmonies of #238022
Complementary color
Monochromatic Colors of #238022
Black with #238022
Text Example
Text Example
White with #238022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238022; }
p { color: rgb(35,128,34); }
H1.HeaderClassName
{
color: #238022;
}
.AnyTagClassName
{
color: #238022;
}
</style>
background-color css
<style>
a { background-color: #238022; }
a { background-color: rgb(35,128,34); }
div.DivClassName
{
background-color: #238022;
}
.BgClassName
{
background-color: #238022;
}
</style>
border-color css
<style>
span { border-color: #238022; }
span { border-color: rgb(35,128,34); }
td.TdClassName
{
border-color: #238022;
}
.TagClassName
{
border-color: #238022;
}
</style>