Shades of Forest Green #23A130
Tints of Forest Green #23A130
RGB
CMYK
RGB Variations
Color information
#23A130 (or 0x23A130) is known color: Forest Green. HEX triplet: 23, A1 and 30. RGB value is (35,161,48). Sum of RGB (Red+Green+Blue) = 35+161+48=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 161 (63.28% from 255 or 65.98% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 161 - color contains mainly: green. Hex color #23A130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23A130 is #DC5ECF. Grayscale: #6E6E6E. Windows color (decimal): -14442192 or 3186979. OLE color: 3186979.
HSL color Cylindrical-coordinate representation of color #23A130: hue angle of 126.19º 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 #23A130 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 161 | 48 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.37 |
| HSL | 126.19º | 0.64% | 0.38% | - |
| HSV(B) | 126.19º | 0.78% | 0.63% | - |
| XYZ | 13.97 | 26.06 | 7.09 | - |
| YUV | 110.44 | 92.76 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 161 | 48 | 0.78 | 0 | 0.70 | 0.37 | 126.19 | 0.64 | 0.38 |
| Hex | 23 | A1 | 30 | 4E | 0 | 46 | 25 | 7E | 40 | 26 |
| Octal | 43 | 241 | 60 | 116 | 0 | 106 | 45 | 176 | 100 | 46 |
| Binary | 100011 | 10100001 | 110000 | 1001110 | 0 | 1000110 | 100101 | 1111110 | 1000000 | 100110 |
Color Harmonies of #23A130
Complementary color
Monochromatic Colors of #23A130
Black with #23A130
Text Example
Text Example
White with #23A130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A130; }
p { color: rgb(35,161,48); }
H1.HeaderClassName
{
color: #23A130;
}
.AnyTagClassName
{
color: #23A130;
}
</style>
background-color css
<style>
a { background-color: #23A130; }
a { background-color: rgb(35,161,48); }
div.DivClassName
{
background-color: #23A130;
}
.BgClassName
{
background-color: #23A130;
}
</style>
border-color css
<style>
span { border-color: #23A130; }
span { border-color: rgb(35,161,48); }
td.TdClassName
{
border-color: #23A130;
}
.TagClassName
{
border-color: #23A130;
}
</style>