Shades of Forest Green #238522
Tints of Forest Green #238522
RGB
CMYK
RGB Variations
Color information
#238522 (or 0x238522) is known color: Forest Green. HEX triplet: 23, 85 and 22. RGB value is (35,133,34). Sum of RGB (Red+Green+Blue) = 35+133+34=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #238522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238522 is #DC7ADD. Grayscale: #5C5C5C. Windows color (decimal): -14449374 or 2262307. OLE color: 2262307.
HSL color Cylindrical-coordinate representation of color #238522: hue angle of 119.39º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238522 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 133 | 34 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.48 |
| HSL | 119.39º | 0.59% | 0.33% | - |
| HSV(B) | 119.39º | 0.74% | 0.52% | - |
| XYZ | 9.37 | 17.25 | 4.35 | - |
| YUV | 92.41 | 95.03 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 34 | 0.74 | 0 | 0.74 | 0.48 | 119.39 | 0.59 | 0.33 |
| Hex | 23 | 85 | 22 | 4A | 0 | 4A | 30 | 77 | 3B | 21 |
| Octal | 43 | 205 | 42 | 112 | 0 | 112 | 60 | 167 | 73 | 41 |
| Binary | 100011 | 10000101 | 100010 | 1001010 | 0 | 1001010 | 110000 | 1110111 | 111011 | 100001 |
Color Harmonies of #238522
Complementary color
Monochromatic Colors of #238522
Black with #238522
Text Example
Text Example
White with #238522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238522; }
p { color: rgb(35,133,34); }
H1.HeaderClassName
{
color: #238522;
}
.AnyTagClassName
{
color: #238522;
}
</style>
background-color css
<style>
a { background-color: #238522; }
a { background-color: rgb(35,133,34); }
div.DivClassName
{
background-color: #238522;
}
.BgClassName
{
background-color: #238522;
}
</style>
border-color css
<style>
span { border-color: #238522; }
span { border-color: rgb(35,133,34); }
td.TdClassName
{
border-color: #238522;
}
.TagClassName
{
border-color: #238522;
}
</style>