Shades of Jungle Green #23A97B
Tints of Jungle Green #23A97B
RGB
CMYK
RGB Variations
Color information
#23A97B (or 0x23A97B) is known color: Jungle Green. HEX triplet: 23, A9 and 7B. RGB value is (35,169,123). Sum of RGB (Red+Green+Blue) = 35+169+123=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #23A97B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A97B is #DC5684. Grayscale: #7B7B7B. Windows color (decimal): -14440069 or 8104227. OLE color: 8104227.
HSL color Cylindrical-coordinate representation of color #23A97B: hue angle of 159.4º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A97B is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 169 | 123 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.34 |
| HSL | 159.4º | 0.66% | 0.4% | - |
| HSV(B) | 159.4º | 0.79% | 0.66% | - |
| XYZ | 18.46 | 30.16 | 23.59 | - |
| YUV | 123.69 | 127.61 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 169 | 123 | 0.79 | 0 | 0.27 | 0.34 | 159.4 | 0.66 | 0.4 |
| Hex | 23 | A9 | 7B | 4F | 0 | 1B | 22 | 9F | 42 | 28 |
| Octal | 43 | 251 | 173 | 117 | 0 | 33 | 42 | 237 | 102 | 50 |
| Binary | 100011 | 10101001 | 1111011 | 1001111 | 0 | 11011 | 100010 | 10011111 | 1000010 | 101000 |
Color Harmonies of #23A97B
Complementary color
Monochromatic Colors of #23A97B
Black with #23A97B
Text Example
Text Example
White with #23A97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A97B; }
p { color: rgb(35,169,123); }
H1.HeaderClassName
{
color: #23A97B;
}
.AnyTagClassName
{
color: #23A97B;
}
</style>
background-color css
<style>
a { background-color: #23A97B; }
a { background-color: rgb(35,169,123); }
div.DivClassName
{
background-color: #23A97B;
}
.BgClassName
{
background-color: #23A97B;
}
</style>
border-color css
<style>
span { border-color: #23A97B; }
span { border-color: rgb(35,169,123); }
td.TdClassName
{
border-color: #23A97B;
}
.TagClassName
{
border-color: #23A97B;
}
</style>