Shades of Jungle Green #239E7E
Tints of Jungle Green #239E7E
RGB
CMYK
RGB Variations
Color information
#239E7E (or 0x239E7E) is known color: Jungle Green. HEX triplet: 23, 9E and 7E. RGB value is (35,158,126). Sum of RGB (Red+Green+Blue) = 35+158+126=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #239E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239E7E is #DC6181. Grayscale: #757575. Windows color (decimal): -14442882 or 8298019. OLE color: 8298019.
HSL color Cylindrical-coordinate representation of color #239E7E: hue angle of 164.39º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239E7E is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 158 | 126 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.38 |
| HSL | 164.39º | 0.64% | 0.38% | - |
| HSV(B) | 164.39º | 0.78% | 0.62% | - |
| XYZ | 16.69 | 26.32 | 23.94 | - |
| YUV | 117.58 | 132.75 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 158 | 126 | 0.78 | 0 | 0.20 | 0.38 | 164.39 | 0.64 | 0.38 |
| Hex | 23 | 9E | 7E | 4E | 0 | 14 | 26 | A4 | 40 | 26 |
| Octal | 43 | 236 | 176 | 116 | 0 | 24 | 46 | 244 | 100 | 46 |
| Binary | 100011 | 10011110 | 1111110 | 1001110 | 0 | 10100 | 100110 | 10100100 | 1000000 | 100110 |
Color Harmonies of #239E7E
Complementary color
Monochromatic Colors of #239E7E
Black with #239E7E
Text Example
Text Example
White with #239E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239E7E; }
p { color: rgb(35,158,126); }
H1.HeaderClassName
{
color: #239E7E;
}
.AnyTagClassName
{
color: #239E7E;
}
</style>
background-color css
<style>
a { background-color: #239E7E; }
a { background-color: rgb(35,158,126); }
div.DivClassName
{
background-color: #239E7E;
}
.BgClassName
{
background-color: #239E7E;
}
</style>
border-color css
<style>
span { border-color: #239E7E; }
span { border-color: rgb(35,158,126); }
td.TdClassName
{
border-color: #239E7E;
}
.TagClassName
{
border-color: #239E7E;
}
</style>