Shades of Jungle Green #23AA82
Tints of Jungle Green #23AA82
RGB
CMYK
RGB Variations
Color information
#23AA82 (or 0x23AA82) is known color: Jungle Green. HEX triplet: 23, AA and 82. RGB value is (35,170,130). Sum of RGB (Red+Green+Blue) = 35+170+130=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AA82 is #DC557D. Grayscale: #7D7D7D. Windows color (decimal): -14439806 or 8563235. OLE color: 8563235.
HSL color Cylindrical-coordinate representation of color #23AA82: hue angle of 162.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23AA82 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 130 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.33 |
| HSL | 162.22º | 0.66% | 0.4% | - |
| HSV(B) | 162.22º | 0.79% | 0.67% | - |
| XYZ | 19.1 | 30.72 | 26.04 | - |
| YUV | 125.08 | 130.77 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 130 | 0.79 | 0 | 0.24 | 0.33 | 162.22 | 0.66 | 0.4 |
| Hex | 23 | AA | 82 | 4F | 0 | 18 | 21 | A2 | 42 | 28 |
| Octal | 43 | 252 | 202 | 117 | 0 | 30 | 41 | 242 | 102 | 50 |
| Binary | 100011 | 10101010 | 10000010 | 1001111 | 0 | 11000 | 100001 | 10100010 | 1000010 | 101000 |
Color Harmonies of #23AA82
Complementary color
Monochromatic Colors of #23AA82
Black with #23AA82
Text Example
Text Example
White with #23AA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AA82; }
p { color: rgb(35,170,130); }
H1.HeaderClassName
{
color: #23AA82;
}
.AnyTagClassName
{
color: #23AA82;
}
</style>
background-color css
<style>
a { background-color: #23AA82; }
a { background-color: rgb(35,170,130); }
div.DivClassName
{
background-color: #23AA82;
}
.BgClassName
{
background-color: #23AA82;
}
</style>
border-color css
<style>
span { border-color: #23AA82; }
span { border-color: rgb(35,170,130); }
td.TdClassName
{
border-color: #23AA82;
}
.TagClassName
{
border-color: #23AA82;
}
</style>