Shades of Jungle Green #23A077
Tints of Jungle Green #23A077
RGB
CMYK
RGB Variations
Color information
#23A077 (or 0x23A077) is known color: Jungle Green. HEX triplet: 23, A0 and 77. RGB value is (35,160,119). Sum of RGB (Red+Green+Blue) = 35+160+119=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #23A077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A077 is #DC5F88. Grayscale: #757575. Windows color (decimal): -14442377 or 7839779. OLE color: 7839779.
HSL color Cylindrical-coordinate representation of color #23A077: hue angle of 160.32º 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 #23A077 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 160 | 119 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.37 |
| HSL | 160.32º | 0.64% | 0.38% | - |
| HSV(B) | 160.32º | 0.78% | 0.63% | - |
| XYZ | 16.59 | 26.83 | 21.76 | - |
| YUV | 117.95 | 128.59 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 119 | 0.78 | 0 | 0.26 | 0.37 | 160.32 | 0.64 | 0.38 |
| Hex | 23 | A0 | 77 | 4E | 0 | 1A | 25 | A0 | 40 | 26 |
| Octal | 43 | 240 | 167 | 116 | 0 | 32 | 45 | 240 | 100 | 46 |
| Binary | 100011 | 10100000 | 1110111 | 1001110 | 0 | 11010 | 100101 | 10100000 | 1000000 | 100110 |
Color Harmonies of #23A077
Complementary color
Monochromatic Colors of #23A077
Black with #23A077
Text Example
Text Example
White with #23A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A077; }
p { color: rgb(35,160,119); }
H1.HeaderClassName
{
color: #23A077;
}
.AnyTagClassName
{
color: #23A077;
}
</style>
background-color css
<style>
a { background-color: #23A077; }
a { background-color: rgb(35,160,119); }
div.DivClassName
{
background-color: #23A077;
}
.BgClassName
{
background-color: #23A077;
}
</style>
border-color css
<style>
span { border-color: #23A077; }
span { border-color: rgb(35,160,119); }
td.TdClassName
{
border-color: #23A077;
}
.TagClassName
{
border-color: #23A077;
}
</style>