Shades of Jungle Green #23A279
Tints of Jungle Green #23A279
RGB
CMYK
RGB Variations
Color information
#23A279 (or 0x23A279) is known color: Jungle Green. HEX triplet: 23, A2 and 79. RGB value is (35,162,121). Sum of RGB (Red+Green+Blue) = 35+162+121=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #23A279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A279 is #DC5D86. Grayscale: #777777. Windows color (decimal): -14441863 or 7971363. OLE color: 7971363.
HSL color Cylindrical-coordinate representation of color #23A279: hue angle of 160.63º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23A279 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 162 | 121 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.36 |
| HSL | 160.63º | 0.64% | 0.39% | - |
| HSV(B) | 160.63º | 0.78% | 0.64% | - |
| XYZ | 17.06 | 27.58 | 22.51 | - |
| YUV | 119.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 162 | 121 | 0.78 | 0 | 0.25 | 0.36 | 160.63 | 0.64 | 0.39 |
| Hex | 23 | A2 | 79 | 4E | 0 | 19 | 24 | A1 | 40 | 27 |
| Octal | 43 | 242 | 171 | 116 | 0 | 31 | 44 | 241 | 100 | 47 |
| Binary | 100011 | 10100010 | 1111001 | 1001110 | 0 | 11001 | 100100 | 10100001 | 1000000 | 100111 |
Color Harmonies of #23A279
Complementary color
Monochromatic Colors of #23A279
Black with #23A279
Text Example
Text Example
White with #23A279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A279; }
p { color: rgb(35,162,121); }
H1.HeaderClassName
{
color: #23A279;
}
.AnyTagClassName
{
color: #23A279;
}
</style>
background-color css
<style>
a { background-color: #23A279; }
a { background-color: rgb(35,162,121); }
div.DivClassName
{
background-color: #23A279;
}
.BgClassName
{
background-color: #23A279;
}
</style>
border-color css
<style>
span { border-color: #23A279; }
span { border-color: rgb(35,162,121); }
td.TdClassName
{
border-color: #23A279;
}
.TagClassName
{
border-color: #23A279;
}
</style>