Shades of Jungle Green #23997E
Tints of Jungle Green #23997E
RGB
CMYK
RGB Variations
Color information
#23997E (or 0x23997E) is known color: Jungle Green. HEX triplet: 23, 99 and 7E. RGB value is (35,153,126). Sum of RGB (Red+Green+Blue) = 35+153+126=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #23997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23997E is #DC6681. Grayscale: #727272. Windows color (decimal): -14444162 or 8296739. OLE color: 8296739.
HSL color Cylindrical-coordinate representation of color #23997E: hue angle of 166.27º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23997E is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 153 | 126 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.4 |
| HSL | 166.27º | 0.63% | 0.37% | - |
| HSV(B) | 166.27º | 0.77% | 0.6% | - |
| XYZ | 15.85 | 24.65 | 23.66 | - |
| YUV | 114.64 | 134.41 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 153 | 126 | 0.77 | 0 | 0.18 | 0.4 | 166.27 | 0.63 | 0.37 |
| Hex | 23 | 99 | 7E | 4D | 0 | 12 | 28 | A6 | 3F | 25 |
| Octal | 43 | 231 | 176 | 115 | 0 | 22 | 50 | 246 | 77 | 45 |
| Binary | 100011 | 10011001 | 1111110 | 1001101 | 0 | 10010 | 101000 | 10100110 | 111111 | 100101 |
Color Harmonies of #23997E
Complementary color
Monochromatic Colors of #23997E
Black with #23997E
Text Example
Text Example
White with #23997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23997E; }
p { color: rgb(35,153,126); }
H1.HeaderClassName
{
color: #23997E;
}
.AnyTagClassName
{
color: #23997E;
}
</style>
background-color css
<style>
a { background-color: #23997E; }
a { background-color: rgb(35,153,126); }
div.DivClassName
{
background-color: #23997E;
}
.BgClassName
{
background-color: #23997E;
}
</style>
border-color css
<style>
span { border-color: #23997E; }
span { border-color: rgb(35,153,126); }
td.TdClassName
{
border-color: #23997E;
}
.TagClassName
{
border-color: #23997E;
}
</style>