Shades of Jungle Green #1B9B7E
Tints of Jungle Green #1B9B7E
RGB
CMYK
RGB Variations
Color information
#1B9B7E (or 0x1B9B7E) is known color: Jungle Green. HEX triplet: 1B, 9B and 7E. RGB value is (27,155,126). Sum of RGB (Red+Green+Blue) = 27+155+126=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #1B9B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9B7E is #E46481. Grayscale: #717171. Windows color (decimal): -14967938 or 8297243. OLE color: 8297243.
HSL color Cylindrical-coordinate representation of color #1B9B7E: hue angle of 166.41º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9B7E is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 155 | 126 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.39 |
| HSL | 166.41º | 0.7% | 0.36% | - |
| HSV(B) | 166.41º | 0.83% | 0.61% | - |
| XYZ | 15.94 | 25.18 | 23.76 | - |
| YUV | 113.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 155 | 126 | 0.83 | 0 | 0.19 | 0.39 | 166.41 | 0.7 | 0.36 |
| Hex | 1B | 9B | 7E | 53 | 0 | 13 | 27 | A6 | 46 | 24 |
| Octal | 33 | 233 | 176 | 123 | 0 | 23 | 47 | 246 | 106 | 44 |
| Binary | 11011 | 10011011 | 1111110 | 1010011 | 0 | 10011 | 100111 | 10100110 | 1000110 | 100100 |
Color Harmonies of #1B9B7E
Complementary color
Monochromatic Colors of #1B9B7E
Black with #1B9B7E
Text Example
Text Example
White with #1B9B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9B7E; }
p { color: rgb(27,155,126); }
H1.HeaderClassName
{
color: #1B9B7E;
}
.AnyTagClassName
{
color: #1B9B7E;
}
</style>
background-color css
<style>
a { background-color: #1B9B7E; }
a { background-color: rgb(27,155,126); }
div.DivClassName
{
background-color: #1B9B7E;
}
.BgClassName
{
background-color: #1B9B7E;
}
</style>
border-color css
<style>
span { border-color: #1B9B7E; }
span { border-color: rgb(27,155,126); }
td.TdClassName
{
border-color: #1B9B7E;
}
.TagClassName
{
border-color: #1B9B7E;
}
</style>