Shades of Jungle Green #23A57E
Tints of Jungle Green #23A57E
RGB
CMYK
RGB Variations
Color information
#23A57E (or 0x23A57E) is known color: Jungle Green. HEX triplet: 23, A5 and 7E. RGB value is (35,165,126). Sum of RGB (Red+Green+Blue) = 35+165+126=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #23A57E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A57E is #DC5A81. Grayscale: #797979. Windows color (decimal): -14441090 or 8299811. OLE color: 8299811.
HSL color Cylindrical-coordinate representation of color #23A57E: hue angle of 162º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A57E is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 35 | 165 | 126 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.35 |
| HSL | 162º | 0.65% | 0.39% | - |
| HSV(B) | 162º | 0.79% | 0.65% | - |
| XYZ | 17.91 | 28.77 | 24.35 | - |
| YUV | 121.68 | 130.43 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 165 | 126 | 0.79 | 0 | 0.24 | 0.35 | 162 | 0.65 | 0.39 |
| Hex | 23 | A5 | 7E | 4F | 0 | 18 | 23 | A2 | 41 | 27 |
| Octal | 43 | 245 | 176 | 117 | 0 | 30 | 43 | 242 | 101 | 47 |
| Binary | 100011 | 10100101 | 1111110 | 1001111 | 0 | 11000 | 100011 | 10100010 | 1000001 | 100111 |
Color Harmonies of #23A57E
Complementary color
Monochromatic Colors of #23A57E
Black with #23A57E
Text Example
Text Example
White with #23A57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A57E; }
p { color: rgb(35,165,126); }
H1.HeaderClassName
{
color: #23A57E;
}
.AnyTagClassName
{
color: #23A57E;
}
</style>
background-color css
<style>
a { background-color: #23A57E; }
a { background-color: rgb(35,165,126); }
div.DivClassName
{
background-color: #23A57E;
}
.BgClassName
{
background-color: #23A57E;
}
</style>
border-color css
<style>
span { border-color: #23A57E; }
span { border-color: rgb(35,165,126); }
td.TdClassName
{
border-color: #23A57E;
}
.TagClassName
{
border-color: #23A57E;
}
</style>