Shades of Jungle Green #23AA75
Tints of Jungle Green #23AA75
RGB
CMYK
RGB Variations
Color information
#23AA75 (or 0x23AA75) is known color: Jungle Green. HEX triplet: 23, AA and 75. RGB value is (35,170,117). Sum of RGB (Red+Green+Blue) = 35+170+117=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AA75 is #DC558A. Grayscale: #7B7B7B. Windows color (decimal): -14439819 or 7711267. OLE color: 7711267.
HSL color Cylindrical-coordinate representation of color #23AA75: hue angle of 156.44º 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 #23AA75 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 117 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.33 |
| HSL | 156.44º | 0.66% | 0.4% | - |
| HSV(B) | 156.44º | 0.79% | 0.67% | - |
| XYZ | 18.28 | 30.39 | 21.73 | - |
| YUV | 123.59 | 124.27 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 117 | 0.79 | 0 | 0.31 | 0.33 | 156.44 | 0.66 | 0.4 |
| Hex | 23 | AA | 75 | 4F | 0 | 1F | 21 | 9C | 42 | 28 |
| Octal | 43 | 252 | 165 | 117 | 0 | 37 | 41 | 234 | 102 | 50 |
| Binary | 100011 | 10101010 | 1110101 | 1001111 | 0 | 11111 | 100001 | 10011100 | 1000010 | 101000 |
Color Harmonies of #23AA75
Complementary color
Monochromatic Colors of #23AA75
Black with #23AA75
Text Example
Text Example
White with #23AA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AA75; }
p { color: rgb(35,170,117); }
H1.HeaderClassName
{
color: #23AA75;
}
.AnyTagClassName
{
color: #23AA75;
}
</style>
background-color css
<style>
a { background-color: #23AA75; }
a { background-color: rgb(35,170,117); }
div.DivClassName
{
background-color: #23AA75;
}
.BgClassName
{
background-color: #23AA75;
}
</style>
border-color css
<style>
span { border-color: #23AA75; }
span { border-color: rgb(35,170,117); }
td.TdClassName
{
border-color: #23AA75;
}
.TagClassName
{
border-color: #23AA75;
}
</style>