Shades of Forest Green #23A512
Tints of Forest Green #23A512
RGB
CMYK
RGB Variations
Color information
#23A512 (or 0x23A512) is known color: Forest Green. HEX triplet: 23, A5 and 12. RGB value is (35,165,18). Sum of RGB (Red+Green+Blue) = 35+165+18=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 165 (64.84% from 255 or 75.69% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 165 - color contains mainly: green. Hex color #23A512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #23A512 is #DC5AED. Grayscale: #6D6D6D. Windows color (decimal): -14441198 or 1221923. OLE color: 1221923.
HSL color Cylindrical-coordinate representation of color #23A512: hue angle of 113.06º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23A512 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 35 | 165 | 18 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.35 |
| HSL | 113.06º | 0.8% | 0.36% | - |
| HSV(B) | 113.06º | 0.89% | 0.65% | - |
| XYZ | 14.26 | 27.31 | 5.09 | - |
| YUV | 109.37 | 76.43 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 165 | 18 | 0.79 | 0 | 0.89 | 0.35 | 113.06 | 0.8 | 0.36 |
| Hex | 23 | A5 | 12 | 4F | 0 | 59 | 23 | 71 | 50 | 24 |
| Octal | 43 | 245 | 22 | 117 | 0 | 131 | 43 | 161 | 120 | 44 |
| Binary | 100011 | 10100101 | 10010 | 1001111 | 0 | 1011001 | 100011 | 1110001 | 1010000 | 100100 |
Color Harmonies of #23A512
Complementary color
Monochromatic Colors of #23A512
Black with #23A512
Text Example
Text Example
White with #23A512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A512; }
p { color: rgb(35,165,18); }
H1.HeaderClassName
{
color: #23A512;
}
.AnyTagClassName
{
color: #23A512;
}
</style>
background-color css
<style>
a { background-color: #23A512; }
a { background-color: rgb(35,165,18); }
div.DivClassName
{
background-color: #23A512;
}
.BgClassName
{
background-color: #23A512;
}
</style>
border-color css
<style>
span { border-color: #23A512; }
span { border-color: rgb(35,165,18); }
td.TdClassName
{
border-color: #23A512;
}
.TagClassName
{
border-color: #23A512;
}
</style>