Shades of Forest Green #23A02F
Tints of Forest Green #23A02F
RGB
CMYK
RGB Variations
Color information
#23A02F (or 0x23A02F) is known color: Forest Green. HEX triplet: 23, A0 and 2F. RGB value is (35,160,47). Sum of RGB (Red+Green+Blue) = 35+160+47=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #23A02F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23A02F is #DC5FD0. Grayscale: #6E6E6E. Windows color (decimal): -14442449 or 3121187. OLE color: 3121187.
HSL color Cylindrical-coordinate representation of color #23A02F: hue angle of 125.76º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23A02F is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 160 | 47 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.37 |
| HSL | 125.76º | 0.64% | 0.38% | - |
| HSV(B) | 125.76º | 0.78% | 0.63% | - |
| XYZ | 13.78 | 25.7 | 6.92 | - |
| YUV | 109.74 | 92.59 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 47 | 0.78 | 0 | 0.71 | 0.37 | 125.76 | 0.64 | 0.38 |
| Hex | 23 | A0 | 2F | 4E | 0 | 47 | 25 | 7E | 40 | 26 |
| Octal | 43 | 240 | 57 | 116 | 0 | 107 | 45 | 176 | 100 | 46 |
| Binary | 100011 | 10100000 | 101111 | 1001110 | 0 | 1000111 | 100101 | 1111110 | 1000000 | 100110 |
Color Harmonies of #23A02F
Complementary color
Monochromatic Colors of #23A02F
Black with #23A02F
Text Example
Text Example
White with #23A02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A02F; }
p { color: rgb(35,160,47); }
H1.HeaderClassName
{
color: #23A02F;
}
.AnyTagClassName
{
color: #23A02F;
}
</style>
background-color css
<style>
a { background-color: #23A02F; }
a { background-color: rgb(35,160,47); }
div.DivClassName
{
background-color: #23A02F;
}
.BgClassName
{
background-color: #23A02F;
}
</style>
border-color css
<style>
span { border-color: #23A02F; }
span { border-color: rgb(35,160,47); }
td.TdClassName
{
border-color: #23A02F;
}
.TagClassName
{
border-color: #23A02F;
}
</style>