Shades of Jungle Green #1B9E7D
Tints of Jungle Green #1B9E7D
RGB
CMYK
RGB Variations
Color information
#1B9E7D (or 0x1B9E7D) is known color: Jungle Green. HEX triplet: 1B, 9E and 7D. RGB value is (27,158,125). Sum of RGB (Red+Green+Blue) = 27+158+125=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #1B9E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9E7D is #E46182. Grayscale: #737373. Windows color (decimal): -14967171 or 8232475. OLE color: 8232475.
HSL color Cylindrical-coordinate representation of color #1B9E7D: hue angle of 164.89º 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 #1B9E7D is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 158 | 125 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.38 |
| HSL | 164.89º | 0.71% | 0.36% | - |
| HSV(B) | 164.89º | 0.83% | 0.62% | - |
| XYZ | 16.38 | 26.17 | 23.59 | - |
| YUV | 115.07 | 133.6 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 158 | 125 | 0.83 | 0 | 0.21 | 0.38 | 164.89 | 0.71 | 0.36 |
| Hex | 1B | 9E | 7D | 53 | 0 | 15 | 26 | A5 | 47 | 24 |
| Octal | 33 | 236 | 175 | 123 | 0 | 25 | 46 | 245 | 107 | 44 |
| Binary | 11011 | 10011110 | 1111101 | 1010011 | 0 | 10101 | 100110 | 10100101 | 1000111 | 100100 |
Color Harmonies of #1B9E7D
Complementary color
Monochromatic Colors of #1B9E7D
Black with #1B9E7D
Text Example
Text Example
White with #1B9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9E7D; }
p { color: rgb(27,158,125); }
H1.HeaderClassName
{
color: #1B9E7D;
}
.AnyTagClassName
{
color: #1B9E7D;
}
</style>
background-color css
<style>
a { background-color: #1B9E7D; }
a { background-color: rgb(27,158,125); }
div.DivClassName
{
background-color: #1B9E7D;
}
.BgClassName
{
background-color: #1B9E7D;
}
</style>
border-color css
<style>
span { border-color: #1B9E7D; }
span { border-color: rgb(27,158,125); }
td.TdClassName
{
border-color: #1B9E7D;
}
.TagClassName
{
border-color: #1B9E7D;
}
</style>