Shades of Jungle Green #239D7F
Tints of Jungle Green #239D7F
RGB
CMYK
RGB Variations
Color information
#239D7F (or 0x239D7F) is known color: Jungle Green. HEX triplet: 23, 9D and 7F. RGB value is (35,157,127). Sum of RGB (Red+Green+Blue) = 35+157+127=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #239D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239D7F is #DC6280. Grayscale: #757575. Windows color (decimal): -14443137 or 8363299. OLE color: 8363299.
HSL color Cylindrical-coordinate representation of color #239D7F: hue angle of 165.25º 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 #239D7F is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 157 | 127 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.38 |
| HSL | 165.25º | 0.64% | 0.38% | - |
| HSV(B) | 165.25º | 0.78% | 0.62% | - |
| XYZ | 16.58 | 26 | 24.22 | - |
| YUV | 117.1 | 133.58 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 127 | 0.78 | 0 | 0.19 | 0.38 | 165.25 | 0.64 | 0.38 |
| Hex | 23 | 9D | 7F | 4E | 0 | 13 | 26 | A5 | 40 | 26 |
| Octal | 43 | 235 | 177 | 116 | 0 | 23 | 46 | 245 | 100 | 46 |
| Binary | 100011 | 10011101 | 1111111 | 1001110 | 0 | 10011 | 100110 | 10100101 | 1000000 | 100110 |
Color Harmonies of #239D7F
Complementary color
Monochromatic Colors of #239D7F
Black with #239D7F
Text Example
Text Example
White with #239D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239D7F; }
p { color: rgb(35,157,127); }
H1.HeaderClassName
{
color: #239D7F;
}
.AnyTagClassName
{
color: #239D7F;
}
</style>
background-color css
<style>
a { background-color: #239D7F; }
a { background-color: rgb(35,157,127); }
div.DivClassName
{
background-color: #239D7F;
}
.BgClassName
{
background-color: #239D7F;
}
</style>
border-color css
<style>
span { border-color: #239D7F; }
span { border-color: rgb(35,157,127); }
td.TdClassName
{
border-color: #239D7F;
}
.TagClassName
{
border-color: #239D7F;
}
</style>