Shades of Jungle Green #1B9F81
Tints of Jungle Green #1B9F81
RGB
CMYK
RGB Variations
Color information
#1B9F81 (or 0x1B9F81) is known color: Jungle Green. HEX triplet: 1B, 9F and 81. RGB value is (27,159,129). Sum of RGB (Red+Green+Blue) = 27+159+129=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #1B9F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9F81 is #E4607E. Grayscale: #747474. Windows color (decimal): -14966911 or 8494875. OLE color: 8494875.
HSL color Cylindrical-coordinate representation of color #1B9F81: hue angle of 166.36º 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 #1B9F81 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 159 | 129 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.38 |
| HSL | 166.36º | 0.71% | 0.36% | - |
| HSV(B) | 166.36º | 0.83% | 0.62% | - |
| XYZ | 16.81 | 26.61 | 25.02 | - |
| YUV | 116.11 | 135.27 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 159 | 129 | 0.83 | 0 | 0.19 | 0.38 | 166.36 | 0.71 | 0.36 |
| Hex | 1B | 9F | 81 | 53 | 0 | 13 | 26 | A6 | 47 | 24 |
| Octal | 33 | 237 | 201 | 123 | 0 | 23 | 46 | 246 | 107 | 44 |
| Binary | 11011 | 10011111 | 10000001 | 1010011 | 0 | 10011 | 100110 | 10100110 | 1000111 | 100100 |
Color Harmonies of #1B9F81
Complementary color
Monochromatic Colors of #1B9F81
Black with #1B9F81
Text Example
Text Example
White with #1B9F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9F81; }
p { color: rgb(27,159,129); }
H1.HeaderClassName
{
color: #1B9F81;
}
.AnyTagClassName
{
color: #1B9F81;
}
</style>
background-color css
<style>
a { background-color: #1B9F81; }
a { background-color: rgb(27,159,129); }
div.DivClassName
{
background-color: #1B9F81;
}
.BgClassName
{
background-color: #1B9F81;
}
</style>
border-color css
<style>
span { border-color: #1B9F81; }
span { border-color: rgb(27,159,129); }
td.TdClassName
{
border-color: #1B9F81;
}
.TagClassName
{
border-color: #1B9F81;
}
</style>