Shades of Forest Green #23A520
Tints of Forest Green #23A520
RGB
CMYK
RGB Variations
Color information
#23A520 (or 0x23A520) is known color: Forest Green. HEX triplet: 23, A5 and 20. RGB value is (35,165,32). Sum of RGB (Red+Green+Blue) = 35+165+32=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 165 (64.84% from 255 or 71.12% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 165 - color contains mainly: green. Hex color #23A520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23A520 is #DC5ADF. Grayscale: #6F6F6F. Windows color (decimal): -14441184 or 2139427. OLE color: 2139427.
HSL color Cylindrical-coordinate representation of color #23A520: hue angle of 118.65º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23A520 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 35 | 165 | 32 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.35 |
| HSL | 118.65º | 0.68% | 0.39% | - |
| HSV(B) | 118.65º | 0.81% | 0.65% | - |
| XYZ | 14.41 | 27.37 | 5.89 | - |
| YUV | 110.97 | 83.43 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 165 | 32 | 0.79 | 0 | 0.81 | 0.35 | 118.65 | 0.68 | 0.39 |
| Hex | 23 | A5 | 20 | 4F | 0 | 51 | 23 | 77 | 44 | 27 |
| Octal | 43 | 245 | 40 | 117 | 0 | 121 | 43 | 167 | 104 | 47 |
| Binary | 100011 | 10100101 | 100000 | 1001111 | 0 | 1010001 | 100011 | 1110111 | 1000100 | 100111 |
Color Harmonies of #23A520
Complementary color
Monochromatic Colors of #23A520
Black with #23A520
Text Example
Text Example
White with #23A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A520; }
p { color: rgb(35,165,32); }
H1.HeaderClassName
{
color: #23A520;
}
.AnyTagClassName
{
color: #23A520;
}
</style>
background-color css
<style>
a { background-color: #23A520; }
a { background-color: rgb(35,165,32); }
div.DivClassName
{
background-color: #23A520;
}
.BgClassName
{
background-color: #23A520;
}
</style>
border-color css
<style>
span { border-color: #23A520; }
span { border-color: rgb(35,165,32); }
td.TdClassName
{
border-color: #23A520;
}
.TagClassName
{
border-color: #23A520;
}
</style>