Shades of Jungle Green #39B28E
Tints of Jungle Green #39B28E
RGB
CMYK
RGB Variations
Color information
#39B28E (or 0x39B28E) is known color: Jungle Green. HEX triplet: 39, B2 and 8E. RGB value is (57,178,142). Sum of RGB (Red+Green+Blue) = 57+178+142=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #39B28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39B28E is #C64D71. Grayscale: #898989. Windows color (decimal): -12995954 or 9351737. OLE color: 9351737.
HSL color Cylindrical-coordinate representation of color #39B28E: hue angle of 162.15º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B28E is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 178 | 142 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.30 |
| HSL | 162.15º | 0.51% | 0.46% | - |
| HSV(B) | 162.15º | 0.68% | 0.7% | - |
| XYZ | 22.49 | 34.66 | 31.1 | - |
| YUV | 137.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 178 | 142 | 0.68 | 0 | 0.20 | 0.30 | 162.15 | 0.51 | 0.46 |
| Hex | 39 | B2 | 8E | 44 | 0 | 14 | 1E | A2 | 33 | 2E |
| Octal | 71 | 262 | 216 | 104 | 0 | 24 | 36 | 242 | 63 | 56 |
| Binary | 111001 | 10110010 | 10001110 | 1000100 | 0 | 10100 | 11110 | 10100010 | 110011 | 101110 |
Color Harmonies of #39B28E
Complementary color
Monochromatic Colors of #39B28E
Black with #39B28E
Text Example
Text Example
White with #39B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B28E; }
p { color: rgb(57,178,142); }
H1.HeaderClassName
{
color: #39B28E;
}
.AnyTagClassName
{
color: #39B28E;
}
</style>
background-color css
<style>
a { background-color: #39B28E; }
a { background-color: rgb(57,178,142); }
div.DivClassName
{
background-color: #39B28E;
}
.BgClassName
{
background-color: #39B28E;
}
</style>
border-color css
<style>
span { border-color: #39B28E; }
span { border-color: rgb(57,178,142); }
td.TdClassName
{
border-color: #39B28E;
}
.TagClassName
{
border-color: #39B28E;
}
</style>