Shades of Jungle Green #239B7B
Tints of Jungle Green #239B7B
RGB
CMYK
RGB Variations
Color information
#239B7B (or 0x239B7B) is known color: Jungle Green. HEX triplet: 23, 9B and 7B. RGB value is (35,155,123). Sum of RGB (Red+Green+Blue) = 35+155+123=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #239B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239B7B is #DC6484. Grayscale: #737373. Windows color (decimal): -14443653 or 8100643. OLE color: 8100643.
HSL color Cylindrical-coordinate representation of color #239B7B: hue angle of 164º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239B7B is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 155 | 123 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.39 |
| HSL | 164º | 0.63% | 0.37% | - |
| HSV(B) | 164º | 0.77% | 0.61% | - |
| XYZ | 15.99 | 25.23 | 22.77 | - |
| YUV | 115.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 123 | 0.77 | 0 | 0.21 | 0.39 | 164 | 0.63 | 0.37 |
| Hex | 23 | 9B | 7B | 4D | 0 | 15 | 27 | A4 | 3F | 25 |
| Octal | 43 | 233 | 173 | 115 | 0 | 25 | 47 | 244 | 77 | 45 |
| Binary | 100011 | 10011011 | 1111011 | 1001101 | 0 | 10101 | 100111 | 10100100 | 111111 | 100101 |
Color Harmonies of #239B7B
Complementary color
Monochromatic Colors of #239B7B
Black with #239B7B
Text Example
Text Example
White with #239B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239B7B; }
p { color: rgb(35,155,123); }
H1.HeaderClassName
{
color: #239B7B;
}
.AnyTagClassName
{
color: #239B7B;
}
</style>
background-color css
<style>
a { background-color: #239B7B; }
a { background-color: rgb(35,155,123); }
div.DivClassName
{
background-color: #239B7B;
}
.BgClassName
{
background-color: #239B7B;
}
</style>
border-color css
<style>
span { border-color: #239B7B; }
span { border-color: rgb(35,155,123); }
td.TdClassName
{
border-color: #239B7B;
}
.TagClassName
{
border-color: #239B7B;
}
</style>