Shades of Jungle Green #23AB80
Tints of Jungle Green #23AB80
RGB
CMYK
RGB Variations
Color information
#23AB80 (or 0x23AB80) is known color: Jungle Green. HEX triplet: 23, AB and 80. RGB value is (35,171,128). Sum of RGB (Red+Green+Blue) = 35+171+128=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #23AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AB80 is #DC547F. Grayscale: #7D7D7D. Windows color (decimal): -14439552 or 8432419. OLE color: 8432419.
HSL color Cylindrical-coordinate representation of color #23AB80: hue angle of 161.03º 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 #23AB80 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 171 | 128 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.33 |
| HSL | 161.03º | 0.66% | 0.4% | - |
| HSV(B) | 161.03º | 0.8% | 0.67% | - |
| XYZ | 19.15 | 31.04 | 25.4 | - |
| YUV | 125.43 | 129.44 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 128 | 0.80 | 0 | 0.25 | 0.33 | 161.03 | 0.66 | 0.4 |
| Hex | 23 | AB | 80 | 50 | 0 | 19 | 21 | A1 | 42 | 28 |
| Octal | 43 | 253 | 200 | 120 | 0 | 31 | 41 | 241 | 102 | 50 |
| Binary | 100011 | 10101011 | 10000000 | 1010000 | 0 | 11001 | 100001 | 10100001 | 1000010 | 101000 |
Color Harmonies of #23AB80
Complementary color
Monochromatic Colors of #23AB80
Black with #23AB80
Text Example
Text Example
White with #23AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AB80; }
p { color: rgb(35,171,128); }
H1.HeaderClassName
{
color: #23AB80;
}
.AnyTagClassName
{
color: #23AB80;
}
</style>
background-color css
<style>
a { background-color: #23AB80; }
a { background-color: rgb(35,171,128); }
div.DivClassName
{
background-color: #23AB80;
}
.BgClassName
{
background-color: #23AB80;
}
</style>
border-color css
<style>
span { border-color: #23AB80; }
span { border-color: rgb(35,171,128); }
td.TdClassName
{
border-color: #23AB80;
}
.TagClassName
{
border-color: #23AB80;
}
</style>