Shades of Jungle Green #23A07A
Tints of Jungle Green #23A07A
RGB
CMYK
RGB Variations
Color information
#23A07A (or 0x23A07A) is known color: Jungle Green. HEX triplet: 23, A0 and 7A. RGB value is (35,160,122). Sum of RGB (Red+Green+Blue) = 35+160+122=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #23A07A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A07A is #DC5F85. Grayscale: #767676. Windows color (decimal): -14442374 or 8036387. OLE color: 8036387.
HSL color Cylindrical-coordinate representation of color #23A07A: hue angle of 161.76º 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 #23A07A is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 160 | 122 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.37 |
| HSL | 161.76º | 0.64% | 0.38% | - |
| HSV(B) | 161.76º | 0.78% | 0.63% | - |
| XYZ | 16.78 | 26.9 | 22.72 | - |
| YUV | 118.29 | 130.09 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 122 | 0.78 | 0 | 0.24 | 0.37 | 161.76 | 0.64 | 0.38 |
| Hex | 23 | A0 | 7A | 4E | 0 | 18 | 25 | A2 | 40 | 26 |
| Octal | 43 | 240 | 172 | 116 | 0 | 30 | 45 | 242 | 100 | 46 |
| Binary | 100011 | 10100000 | 1111010 | 1001110 | 0 | 11000 | 100101 | 10100010 | 1000000 | 100110 |
Color Harmonies of #23A07A
Complementary color
Monochromatic Colors of #23A07A
Black with #23A07A
Text Example
Text Example
White with #23A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A07A; }
p { color: rgb(35,160,122); }
H1.HeaderClassName
{
color: #23A07A;
}
.AnyTagClassName
{
color: #23A07A;
}
</style>
background-color css
<style>
a { background-color: #23A07A; }
a { background-color: rgb(35,160,122); }
div.DivClassName
{
background-color: #23A07A;
}
.BgClassName
{
background-color: #23A07A;
}
</style>
border-color css
<style>
span { border-color: #23A07A; }
span { border-color: rgb(35,160,122); }
td.TdClassName
{
border-color: #23A07A;
}
.TagClassName
{
border-color: #23A07A;
}
</style>