Shades of Forest Green #238A20
Tints of Forest Green #238A20
RGB
CMYK
RGB Variations
Color information
#238A20 (or 0x238A20) is known color: Forest Green. HEX triplet: 23, 8A and 20. RGB value is (35,138,32). Sum of RGB (Red+Green+Blue) = 35+138+32=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 138 (54.30% from 255 or 67.32% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 138 - color contains mainly: green. Hex color #238A20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238A20 is #DC75DF. Grayscale: #5F5F5F. Windows color (decimal): -14448096 or 2132515. OLE color: 2132515.
HSL color Cylindrical-coordinate representation of color #238A20: hue angle of 118.3º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238A20 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 138 | 32 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.46 |
| HSL | 118.3º | 0.62% | 0.33% | - |
| HSV(B) | 118.3º | 0.77% | 0.54% | - |
| XYZ | 10.04 | 18.64 | 4.43 | - |
| YUV | 95.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 32 | 0.75 | 0 | 0.77 | 0.46 | 118.3 | 0.62 | 0.33 |
| Hex | 23 | 8A | 20 | 4B | 0 | 4D | 2E | 76 | 3E | 21 |
| Octal | 43 | 212 | 40 | 113 | 0 | 115 | 56 | 166 | 76 | 41 |
| Binary | 100011 | 10001010 | 100000 | 1001011 | 0 | 1001101 | 101110 | 1110110 | 111110 | 100001 |
Color Harmonies of #238A20
Complementary color
Monochromatic Colors of #238A20
Black with #238A20
Text Example
Text Example
White with #238A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238A20; }
p { color: rgb(35,138,32); }
H1.HeaderClassName
{
color: #238A20;
}
.AnyTagClassName
{
color: #238A20;
}
</style>
background-color css
<style>
a { background-color: #238A20; }
a { background-color: rgb(35,138,32); }
div.DivClassName
{
background-color: #238A20;
}
.BgClassName
{
background-color: #238A20;
}
</style>
border-color css
<style>
span { border-color: #238A20; }
span { border-color: rgb(35,138,32); }
td.TdClassName
{
border-color: #238A20;
}
.TagClassName
{
border-color: #238A20;
}
</style>