Shades of Jungle Green #239E7C
Tints of Jungle Green #239E7C
RGB
CMYK
RGB Variations
Color information
#239E7C (or 0x239E7C) is known color: Jungle Green. HEX triplet: 23, 9E and 7C. RGB value is (35,158,124). Sum of RGB (Red+Green+Blue) = 35+158+124=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #239E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239E7C is #DC6183. Grayscale: #757575. Windows color (decimal): -14442884 or 8166947. OLE color: 8166947.
HSL color Cylindrical-coordinate representation of color #239E7C: hue angle of 163.41º 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 #239E7C is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 158 | 124 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.38 |
| HSL | 163.41º | 0.64% | 0.38% | - |
| HSV(B) | 163.41º | 0.78% | 0.62% | - |
| XYZ | 16.56 | 26.27 | 23.27 | - |
| YUV | 117.35 | 131.75 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 158 | 124 | 0.78 | 0 | 0.22 | 0.38 | 163.41 | 0.64 | 0.38 |
| Hex | 23 | 9E | 7C | 4E | 0 | 16 | 26 | A3 | 40 | 26 |
| Octal | 43 | 236 | 174 | 116 | 0 | 26 | 46 | 243 | 100 | 46 |
| Binary | 100011 | 10011110 | 1111100 | 1001110 | 0 | 10110 | 100110 | 10100011 | 1000000 | 100110 |
Color Harmonies of #239E7C
Complementary color
Monochromatic Colors of #239E7C
Black with #239E7C
Text Example
Text Example
White with #239E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239E7C; }
p { color: rgb(35,158,124); }
H1.HeaderClassName
{
color: #239E7C;
}
.AnyTagClassName
{
color: #239E7C;
}
</style>
background-color css
<style>
a { background-color: #239E7C; }
a { background-color: rgb(35,158,124); }
div.DivClassName
{
background-color: #239E7C;
}
.BgClassName
{
background-color: #239E7C;
}
</style>
border-color css
<style>
span { border-color: #239E7C; }
span { border-color: rgb(35,158,124); }
td.TdClassName
{
border-color: #239E7C;
}
.TagClassName
{
border-color: #239E7C;
}
</style>