Shades of Forest Green #23A32A
Tints of Forest Green #23A32A
RGB
CMYK
RGB Variations
Color information
#23A32A (or 0x23A32A) is known color: Forest Green. HEX triplet: 23, A3 and 2A. RGB value is (35,163,42). Sum of RGB (Red+Green+Blue) = 35+163+42=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 163 (64.06% from 255 or 67.92% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 163 - color contains mainly: green. Hex color #23A32A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23A32A is #DC5CD5. Grayscale: #6F6F6F. Windows color (decimal): -14441686 or 2794275. OLE color: 2794275.
HSL color Cylindrical-coordinate representation of color #23A32A: hue angle of 123.28º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A32A is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 163 | 42 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.36 |
| HSL | 123.28º | 0.65% | 0.39% | - |
| HSV(B) | 123.28º | 0.79% | 0.64% | - |
| XYZ | 14.21 | 26.72 | 6.6 | - |
| YUV | 110.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 163 | 42 | 0.79 | 0 | 0.74 | 0.36 | 123.28 | 0.65 | 0.39 |
| Hex | 23 | A3 | 2A | 4F | 0 | 4A | 24 | 7B | 41 | 27 |
| Octal | 43 | 243 | 52 | 117 | 0 | 112 | 44 | 173 | 101 | 47 |
| Binary | 100011 | 10100011 | 101010 | 1001111 | 0 | 1001010 | 100100 | 1111011 | 1000001 | 100111 |
Color Harmonies of #23A32A
Complementary color
Monochromatic Colors of #23A32A
Black with #23A32A
Text Example
Text Example
White with #23A32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A32A; }
p { color: rgb(35,163,42); }
H1.HeaderClassName
{
color: #23A32A;
}
.AnyTagClassName
{
color: #23A32A;
}
</style>
background-color css
<style>
a { background-color: #23A32A; }
a { background-color: rgb(35,163,42); }
div.DivClassName
{
background-color: #23A32A;
}
.BgClassName
{
background-color: #23A32A;
}
</style>
border-color css
<style>
span { border-color: #23A32A; }
span { border-color: rgb(35,163,42); }
td.TdClassName
{
border-color: #23A32A;
}
.TagClassName
{
border-color: #23A32A;
}
</style>