Shades of Forest Green #23A014
Tints of Forest Green #23A014
RGB
CMYK
RGB Variations
Color information
#23A014 (or 0x23A014) is known color: Forest Green. HEX triplet: 23, A0 and 14. RGB value is (35,160,20). Sum of RGB (Red+Green+Blue) = 35+160+20=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 160 (62.89% from 255 or 74.42% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 160 - color contains mainly: green. Hex color #23A014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #23A014 is #DC5FEB. Grayscale: #6B6B6B. Windows color (decimal): -14442476 or 1351715. OLE color: 1351715.
HSL color Cylindrical-coordinate representation of color #23A014: hue angle of 113.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23A014 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 160 | 20 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.37 |
| HSL | 113.57º | 0.78% | 0.35% | - |
| HSV(B) | 113.57º | 0.88% | 0.63% | - |
| XYZ | 13.39 | 25.55 | 4.89 | - |
| YUV | 106.67 | 79.09 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 20 | 0.78 | 0 | 0.88 | 0.37 | 113.57 | 0.78 | 0.35 |
| Hex | 23 | A0 | 14 | 4E | 0 | 58 | 25 | 72 | 4E | 23 |
| Octal | 43 | 240 | 24 | 116 | 0 | 130 | 45 | 162 | 116 | 43 |
| Binary | 100011 | 10100000 | 10100 | 1001110 | 0 | 1011000 | 100101 | 1110010 | 1001110 | 100011 |
Color Harmonies of #23A014
Complementary color
Monochromatic Colors of #23A014
Black with #23A014
Text Example
Text Example
White with #23A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A014; }
p { color: rgb(35,160,20); }
H1.HeaderClassName
{
color: #23A014;
}
.AnyTagClassName
{
color: #23A014;
}
</style>
background-color css
<style>
a { background-color: #23A014; }
a { background-color: rgb(35,160,20); }
div.DivClassName
{
background-color: #23A014;
}
.BgClassName
{
background-color: #23A014;
}
</style>
border-color css
<style>
span { border-color: #23A014; }
span { border-color: rgb(35,160,20); }
td.TdClassName
{
border-color: #23A014;
}
.TagClassName
{
border-color: #23A014;
}
</style>