Shades of Forest Green #23A223
Tints of Forest Green #23A223
RGB
CMYK
RGB Variations
Color information
#23A223 (or 0x23A223) is known color: Forest Green. HEX triplet: 23, A2 and 23. RGB value is (35,162,35). Sum of RGB (Red+Green+Blue) = 35+162+35=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 162 (63.67% from 255 or 69.83% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 162 - color contains mainly: green. Hex color #23A223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23A223 is #DC5DDC. Grayscale: #6D6D6D. Windows color (decimal): -14441949 or 2335267. OLE color: 2335267.
HSL color Cylindrical-coordinate representation of color #23A223: hue angle of 120º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23A223 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 162 | 35 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.36 |
| HSL | 120º | 0.64% | 0.39% | - |
| HSV(B) | 120º | 0.78% | 0.64% | - |
| XYZ | 13.92 | 26.32 | 5.94 | - |
| YUV | 109.55 | 85.92 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 162 | 35 | 0.78 | 0 | 0.78 | 0.36 | 120 | 0.64 | 0.39 |
| Hex | 23 | A2 | 23 | 4E | 0 | 4E | 24 | 78 | 40 | 27 |
| Octal | 43 | 242 | 43 | 116 | 0 | 116 | 44 | 170 | 100 | 47 |
| Binary | 100011 | 10100010 | 100011 | 1001110 | 0 | 1001110 | 100100 | 1111000 | 1000000 | 100111 |
Color Harmonies of #23A223
Complementary color
Monochromatic Colors of #23A223
Black with #23A223
Text Example
Text Example
White with #23A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A223; }
p { color: rgb(35,162,35); }
H1.HeaderClassName
{
color: #23A223;
}
.AnyTagClassName
{
color: #23A223;
}
</style>
background-color css
<style>
a { background-color: #23A223; }
a { background-color: rgb(35,162,35); }
div.DivClassName
{
background-color: #23A223;
}
.BgClassName
{
background-color: #23A223;
}
</style>
border-color css
<style>
span { border-color: #23A223; }
span { border-color: rgb(35,162,35); }
td.TdClassName
{
border-color: #23A223;
}
.TagClassName
{
border-color: #23A223;
}
</style>