Shades of Forest Green #23AA1A
Tints of Forest Green #23AA1A
RGB
CMYK
RGB Variations
Color information
#23AA1A (or 0x23AA1A) is known color: Forest Green. HEX triplet: 23, AA and 1A. RGB value is (35,170,26). Sum of RGB (Red+Green+Blue) = 35+170+26=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 170 (66.80% from 255 or 73.59% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AA1A is #DC55E5. Grayscale: #717171. Windows color (decimal): -14439910 or 1747491. OLE color: 1747491.
HSL color Cylindrical-coordinate representation of color #23AA1A: hue angle of 116.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23AA1A is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 26 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.33 |
| HSL | 116.25º | 0.73% | 0.38% | - |
| HSV(B) | 116.25º | 0.85% | 0.67% | - |
| XYZ | 15.25 | 29.18 | 5.81 | - |
| YUV | 113.22 | 78.77 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 26 | 0.79 | 0 | 0.85 | 0.33 | 116.25 | 0.73 | 0.38 |
| Hex | 23 | AA | 1A | 4F | 0 | 55 | 21 | 74 | 49 | 26 |
| Octal | 43 | 252 | 32 | 117 | 0 | 125 | 41 | 164 | 111 | 46 |
| Binary | 100011 | 10101010 | 11010 | 1001111 | 0 | 1010101 | 100001 | 1110100 | 1001001 | 100110 |
Color Harmonies of #23AA1A
Complementary color
Monochromatic Colors of #23AA1A
Black with #23AA1A
Text Example
Text Example
White with #23AA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AA1A; }
p { color: rgb(35,170,26); }
H1.HeaderClassName
{
color: #23AA1A;
}
.AnyTagClassName
{
color: #23AA1A;
}
</style>
background-color css
<style>
a { background-color: #23AA1A; }
a { background-color: rgb(35,170,26); }
div.DivClassName
{
background-color: #23AA1A;
}
.BgClassName
{
background-color: #23AA1A;
}
</style>
border-color css
<style>
span { border-color: #23AA1A; }
span { border-color: rgb(35,170,26); }
td.TdClassName
{
border-color: #23AA1A;
}
.TagClassName
{
border-color: #23AA1A;
}
</style>