Shades of Jungle Green #23AB7A
Tints of Jungle Green #23AB7A
RGB
CMYK
RGB Variations
Color information
#23AB7A (or 0x23AB7A) is known color: Jungle Green. HEX triplet: 23, AB and 7A. RGB value is (35,171,122). Sum of RGB (Red+Green+Blue) = 35+171+122=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #23AB7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AB7A is #DC5485. Grayscale: #7C7C7C. Windows color (decimal): -14439558 or 8039203. OLE color: 8039203.
HSL color Cylindrical-coordinate representation of color #23AB7A: hue angle of 158.38º 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 #23AB7A is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 171 | 122 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.33 |
| HSL | 158.38º | 0.66% | 0.4% | - |
| HSV(B) | 158.38º | 0.8% | 0.67% | - |
| XYZ | 18.77 | 30.89 | 23.39 | - |
| YUV | 124.75 | 126.44 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 122 | 0.80 | 0 | 0.29 | 0.33 | 158.38 | 0.66 | 0.4 |
| Hex | 23 | AB | 7A | 50 | 0 | 1D | 21 | 9E | 42 | 28 |
| Octal | 43 | 253 | 172 | 120 | 0 | 35 | 41 | 236 | 102 | 50 |
| Binary | 100011 | 10101011 | 1111010 | 1010000 | 0 | 11101 | 100001 | 10011110 | 1000010 | 101000 |
Color Harmonies of #23AB7A
Complementary color
Monochromatic Colors of #23AB7A
Black with #23AB7A
Text Example
Text Example
White with #23AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AB7A; }
p { color: rgb(35,171,122); }
H1.HeaderClassName
{
color: #23AB7A;
}
.AnyTagClassName
{
color: #23AB7A;
}
</style>
background-color css
<style>
a { background-color: #23AB7A; }
a { background-color: rgb(35,171,122); }
div.DivClassName
{
background-color: #23AB7A;
}
.BgClassName
{
background-color: #23AB7A;
}
</style>
border-color css
<style>
span { border-color: #23AB7A; }
span { border-color: rgb(35,171,122); }
td.TdClassName
{
border-color: #23AB7A;
}
.TagClassName
{
border-color: #23AB7A;
}
</style>