Shades of Jungle Green #23AB84
Tints of Jungle Green #23AB84
RGB
CMYK
RGB Variations
Color information
#23AB84 (or 0x23AB84) is known color: Jungle Green. HEX triplet: 23, AB and 84. RGB value is (35,171,132). Sum of RGB (Red+Green+Blue) = 35+171+132=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #23AB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AB84 is #DC547B. Grayscale: #7D7D7D. Windows color (decimal): -14439548 or 8694563. OLE color: 8694563.
HSL color Cylindrical-coordinate representation of color #23AB84: hue angle of 162.79º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AB84 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 171 | 132 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.33 |
| HSL | 162.79º | 0.66% | 0.4% | - |
| HSV(B) | 162.79º | 0.8% | 0.67% | - |
| XYZ | 19.42 | 31.15 | 26.82 | - |
| YUV | 125.89 | 131.44 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 132 | 0.80 | 0 | 0.23 | 0.33 | 162.79 | 0.66 | 0.4 |
| Hex | 23 | AB | 84 | 50 | 0 | 17 | 21 | A3 | 42 | 28 |
| Octal | 43 | 253 | 204 | 120 | 0 | 27 | 41 | 243 | 102 | 50 |
| Binary | 100011 | 10101011 | 10000100 | 1010000 | 0 | 10111 | 100001 | 10100011 | 1000010 | 101000 |
Color Harmonies of #23AB84
Complementary color
Monochromatic Colors of #23AB84
Black with #23AB84
Text Example
Text Example
White with #23AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AB84; }
p { color: rgb(35,171,132); }
H1.HeaderClassName
{
color: #23AB84;
}
.AnyTagClassName
{
color: #23AB84;
}
</style>
background-color css
<style>
a { background-color: #23AB84; }
a { background-color: rgb(35,171,132); }
div.DivClassName
{
background-color: #23AB84;
}
.BgClassName
{
background-color: #23AB84;
}
</style>
border-color css
<style>
span { border-color: #23AB84; }
span { border-color: rgb(35,171,132); }
td.TdClassName
{
border-color: #23AB84;
}
.TagClassName
{
border-color: #23AB84;
}
</style>