Shades of Jungle Green #1B9D7E
Tints of Jungle Green #1B9D7E
RGB
CMYK
RGB Variations
Color information
#1B9D7E (or 0x1B9D7E) is known color: Jungle Green. HEX triplet: 1B, 9D and 7E. RGB value is (27,157,126). Sum of RGB (Red+Green+Blue) = 27+157+126=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #1B9D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9D7E is #E46281. Grayscale: #727272. Windows color (decimal): -14967426 or 8297755. OLE color: 8297755.
HSL color Cylindrical-coordinate representation of color #1B9D7E: hue angle of 165.69º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9D7E is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 157 | 126 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.38 |
| HSL | 165.69º | 0.71% | 0.36% | - |
| HSV(B) | 165.69º | 0.83% | 0.62% | - |
| XYZ | 16.27 | 25.85 | 23.87 | - |
| YUV | 114.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 157 | 126 | 0.83 | 0 | 0.20 | 0.38 | 165.69 | 0.71 | 0.36 |
| Hex | 1B | 9D | 7E | 53 | 0 | 14 | 26 | A6 | 47 | 24 |
| Octal | 33 | 235 | 176 | 123 | 0 | 24 | 46 | 246 | 107 | 44 |
| Binary | 11011 | 10011101 | 1111110 | 1010011 | 0 | 10100 | 100110 | 10100110 | 1000111 | 100100 |
Color Harmonies of #1B9D7E
Complementary color
Monochromatic Colors of #1B9D7E
Black with #1B9D7E
Text Example
Text Example
White with #1B9D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9D7E; }
p { color: rgb(27,157,126); }
H1.HeaderClassName
{
color: #1B9D7E;
}
.AnyTagClassName
{
color: #1B9D7E;
}
</style>
background-color css
<style>
a { background-color: #1B9D7E; }
a { background-color: rgb(27,157,126); }
div.DivClassName
{
background-color: #1B9D7E;
}
.BgClassName
{
background-color: #1B9D7E;
}
</style>
border-color css
<style>
span { border-color: #1B9D7E; }
span { border-color: rgb(27,157,126); }
td.TdClassName
{
border-color: #1B9D7E;
}
.TagClassName
{
border-color: #1B9D7E;
}
</style>