Shades of Jungle Green #1B9E80
Tints of Jungle Green #1B9E80
RGB
CMYK
RGB Variations
Color information
#1B9E80 (or 0x1B9E80) is known color: Jungle Green. HEX triplet: 1B, 9E and 80. RGB value is (27,158,128). Sum of RGB (Red+Green+Blue) = 27+158+128=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #1B9E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9E80 is #E4617F. Grayscale: #737373. Windows color (decimal): -14967168 or 8429083. OLE color: 8429083.
HSL color Cylindrical-coordinate representation of color #1B9E80: hue angle of 166.26º 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 #1B9E80 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 158 | 128 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.38 |
| HSL | 166.26º | 0.71% | 0.36% | - |
| HSV(B) | 166.26º | 0.83% | 0.62% | - |
| XYZ | 16.58 | 26.25 | 24.61 | - |
| YUV | 115.41 | 135.1 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 158 | 128 | 0.83 | 0 | 0.19 | 0.38 | 166.26 | 0.71 | 0.36 |
| Hex | 1B | 9E | 80 | 53 | 0 | 13 | 26 | A6 | 47 | 24 |
| Octal | 33 | 236 | 200 | 123 | 0 | 23 | 46 | 246 | 107 | 44 |
| Binary | 11011 | 10011110 | 10000000 | 1010011 | 0 | 10011 | 100110 | 10100110 | 1000111 | 100100 |
Color Harmonies of #1B9E80
Complementary color
Monochromatic Colors of #1B9E80
Black with #1B9E80
Text Example
Text Example
White with #1B9E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9E80; }
p { color: rgb(27,158,128); }
H1.HeaderClassName
{
color: #1B9E80;
}
.AnyTagClassName
{
color: #1B9E80;
}
</style>
background-color css
<style>
a { background-color: #1B9E80; }
a { background-color: rgb(27,158,128); }
div.DivClassName
{
background-color: #1B9E80;
}
.BgClassName
{
background-color: #1B9E80;
}
</style>
border-color css
<style>
span { border-color: #1B9E80; }
span { border-color: rgb(27,158,128); }
td.TdClassName
{
border-color: #1B9E80;
}
.TagClassName
{
border-color: #1B9E80;
}
</style>