Shades of Jungle Green #1B9F78
Tints of Jungle Green #1B9F78
RGB
CMYK
RGB Variations
Color information
#1B9F78 (or 0x1B9F78) is known color: Jungle Green. HEX triplet: 1B, 9F and 78. RGB value is (27,159,120). Sum of RGB (Red+Green+Blue) = 27+159+120=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #1B9F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9F78 is #E46087. Grayscale: #737373. Windows color (decimal): -14966920 or 7905051. OLE color: 7905051.
HSL color Cylindrical-coordinate representation of color #1B9F78: hue angle of 162.27º 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 #1B9F78 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 159 | 120 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.38 |
| HSL | 162.27º | 0.71% | 0.36% | - |
| HSV(B) | 162.27º | 0.83% | 0.62% | - |
| XYZ | 16.24 | 26.39 | 22.01 | - |
| YUV | 115.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 159 | 120 | 0.83 | 0 | 0.25 | 0.38 | 162.27 | 0.71 | 0.36 |
| Hex | 1B | 9F | 78 | 53 | 0 | 19 | 26 | A2 | 47 | 24 |
| Octal | 33 | 237 | 170 | 123 | 0 | 31 | 46 | 242 | 107 | 44 |
| Binary | 11011 | 10011111 | 1111000 | 1010011 | 0 | 11001 | 100110 | 10100010 | 1000111 | 100100 |
Color Harmonies of #1B9F78
Complementary color
Monochromatic Colors of #1B9F78
Black with #1B9F78
Text Example
Text Example
White with #1B9F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9F78; }
p { color: rgb(27,159,120); }
H1.HeaderClassName
{
color: #1B9F78;
}
.AnyTagClassName
{
color: #1B9F78;
}
</style>
background-color css
<style>
a { background-color: #1B9F78; }
a { background-color: rgb(27,159,120); }
div.DivClassName
{
background-color: #1B9F78;
}
.BgClassName
{
background-color: #1B9F78;
}
</style>
border-color css
<style>
span { border-color: #1B9F78; }
span { border-color: rgb(27,159,120); }
td.TdClassName
{
border-color: #1B9F78;
}
.TagClassName
{
border-color: #1B9F78;
}
</style>