Shades of Jungle Green #23A174
Tints of Jungle Green #23A174
RGB
CMYK
RGB Variations
Color information
#23A174 (or 0x23A174) is known color: Jungle Green. HEX triplet: 23, A1 and 74. RGB value is (35,161,116). Sum of RGB (Red+Green+Blue) = 35+161+116=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #23A174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A174 is #DC5E8B. Grayscale: #767676. Windows color (decimal): -14442124 or 7643427. OLE color: 7643427.
HSL color Cylindrical-coordinate representation of color #23A174: hue angle of 158.57º 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 #23A174 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 161 | 116 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.37 |
| HSL | 158.57º | 0.64% | 0.38% | - |
| HSV(B) | 158.57º | 0.78% | 0.63% | - |
| XYZ | 16.59 | 27.11 | 20.88 | - |
| YUV | 118.2 | 126.76 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 161 | 116 | 0.78 | 0 | 0.28 | 0.37 | 158.57 | 0.64 | 0.38 |
| Hex | 23 | A1 | 74 | 4E | 0 | 1C | 25 | 9F | 40 | 26 |
| Octal | 43 | 241 | 164 | 116 | 0 | 34 | 45 | 237 | 100 | 46 |
| Binary | 100011 | 10100001 | 1110100 | 1001110 | 0 | 11100 | 100101 | 10011111 | 1000000 | 100110 |
Color Harmonies of #23A174
Complementary color
Monochromatic Colors of #23A174
Black with #23A174
Text Example
Text Example
White with #23A174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A174; }
p { color: rgb(35,161,116); }
H1.HeaderClassName
{
color: #23A174;
}
.AnyTagClassName
{
color: #23A174;
}
</style>
background-color css
<style>
a { background-color: #23A174; }
a { background-color: rgb(35,161,116); }
div.DivClassName
{
background-color: #23A174;
}
.BgClassName
{
background-color: #23A174;
}
</style>
border-color css
<style>
span { border-color: #23A174; }
span { border-color: rgb(35,161,116); }
td.TdClassName
{
border-color: #23A174;
}
.TagClassName
{
border-color: #23A174;
}
</style>