Shades of Jungle Green #23A982
Tints of Jungle Green #23A982
RGB
CMYK
RGB Variations
Color information
#23A982 (or 0x23A982) is known color: Jungle Green. HEX triplet: 23, A9 and 82. RGB value is (35,169,130). Sum of RGB (Red+Green+Blue) = 35+169+130=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #23A982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A982 is #DC567D. Grayscale: #7C7C7C. Windows color (decimal): -14440062 or 8562979. OLE color: 8562979.
HSL color Cylindrical-coordinate representation of color #23A982: hue angle of 162.54º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A982 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 169 | 130 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.34 |
| HSL | 162.54º | 0.66% | 0.4% | - |
| HSV(B) | 162.54º | 0.79% | 0.66% | - |
| XYZ | 18.91 | 30.34 | 25.98 | - |
| YUV | 124.49 | 131.11 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 169 | 130 | 0.79 | 0 | 0.23 | 0.34 | 162.54 | 0.66 | 0.4 |
| Hex | 23 | A9 | 82 | 4F | 0 | 17 | 22 | A3 | 42 | 28 |
| Octal | 43 | 251 | 202 | 117 | 0 | 27 | 42 | 243 | 102 | 50 |
| Binary | 100011 | 10101001 | 10000010 | 1001111 | 0 | 10111 | 100010 | 10100011 | 1000010 | 101000 |
Color Harmonies of #23A982
Complementary color
Monochromatic Colors of #23A982
Black with #23A982
Text Example
Text Example
White with #23A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A982; }
p { color: rgb(35,169,130); }
H1.HeaderClassName
{
color: #23A982;
}
.AnyTagClassName
{
color: #23A982;
}
</style>
background-color css
<style>
a { background-color: #23A982; }
a { background-color: rgb(35,169,130); }
div.DivClassName
{
background-color: #23A982;
}
.BgClassName
{
background-color: #23A982;
}
</style>
border-color css
<style>
span { border-color: #23A982; }
span { border-color: rgb(35,169,130); }
td.TdClassName
{
border-color: #23A982;
}
.TagClassName
{
border-color: #23A982;
}
</style>