Shades of Jungle Green #1B9F7F
Tints of Jungle Green #1B9F7F
RGB
CMYK
RGB Variations
Color information
#1B9F7F (or 0x1B9F7F) is known color: Jungle Green. HEX triplet: 1B, 9F and 7F. RGB value is (27,159,127). Sum of RGB (Red+Green+Blue) = 27+159+127=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #1B9F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9F7F is #E46080. Grayscale: #737373. Windows color (decimal): -14966913 or 8363803. OLE color: 8363803.
HSL color Cylindrical-coordinate representation of color #1B9F7F: hue angle of 165.45º 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 #1B9F7F is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 159 | 127 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.38 |
| HSL | 165.45º | 0.71% | 0.36% | - |
| HSV(B) | 165.45º | 0.83% | 0.62% | - |
| XYZ | 16.68 | 26.56 | 24.33 | - |
| YUV | 115.88 | 134.27 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 159 | 127 | 0.83 | 0 | 0.20 | 0.38 | 165.45 | 0.71 | 0.36 |
| Hex | 1B | 9F | 7F | 53 | 0 | 14 | 26 | A5 | 47 | 24 |
| Octal | 33 | 237 | 177 | 123 | 0 | 24 | 46 | 245 | 107 | 44 |
| Binary | 11011 | 10011111 | 1111111 | 1010011 | 0 | 10100 | 100110 | 10100101 | 1000111 | 100100 |
Color Harmonies of #1B9F7F
Complementary color
Monochromatic Colors of #1B9F7F
Black with #1B9F7F
Text Example
Text Example
White with #1B9F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9F7F; }
p { color: rgb(27,159,127); }
H1.HeaderClassName
{
color: #1B9F7F;
}
.AnyTagClassName
{
color: #1B9F7F;
}
</style>
background-color css
<style>
a { background-color: #1B9F7F; }
a { background-color: rgb(27,159,127); }
div.DivClassName
{
background-color: #1B9F7F;
}
.BgClassName
{
background-color: #1B9F7F;
}
</style>
border-color css
<style>
span { border-color: #1B9F7F; }
span { border-color: rgb(27,159,127); }
td.TdClassName
{
border-color: #1B9F7F;
}
.TagClassName
{
border-color: #1B9F7F;
}
</style>