Shades of Jungle Green #1FAB88
Tints of Jungle Green #1FAB88
RGB
CMYK
RGB Variations
Color information
#1FAB88 (or 0x1FAB88) is known color: Jungle Green. HEX triplet: 1F, AB and 88. RGB value is (31,171,136). Sum of RGB (Red+Green+Blue) = 31+171+136=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAB88 is #E05477. Grayscale: #7D7D7D. Windows color (decimal): -14701688 or 8956703. OLE color: 8956703.
HSL color Cylindrical-coordinate representation of color #1FAB88: hue angle of 165º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAB88 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 136 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.33 |
| HSL | 165º | 0.69% | 0.4% | - |
| HSV(B) | 165º | 0.82% | 0.67% | - |
| XYZ | 19.57 | 31.19 | 28.28 | - |
| YUV | 125.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 136 | 0.82 | 0 | 0.20 | 0.33 | 165 | 0.69 | 0.4 |
| Hex | 1F | AB | 88 | 52 | 0 | 14 | 21 | A5 | 45 | 28 |
| Octal | 37 | 253 | 210 | 122 | 0 | 24 | 41 | 245 | 105 | 50 |
| Binary | 11111 | 10101011 | 10001000 | 1010010 | 0 | 10100 | 100001 | 10100101 | 1000101 | 101000 |
Color Harmonies of #1FAB88
Complementary color
Monochromatic Colors of #1FAB88
Black with #1FAB88
Text Example
Text Example
White with #1FAB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB88; }
p { color: rgb(31,171,136); }
H1.HeaderClassName
{
color: #1FAB88;
}
.AnyTagClassName
{
color: #1FAB88;
}
</style>
background-color css
<style>
a { background-color: #1FAB88; }
a { background-color: rgb(31,171,136); }
div.DivClassName
{
background-color: #1FAB88;
}
.BgClassName
{
background-color: #1FAB88;
}
</style>
border-color css
<style>
span { border-color: #1FAB88; }
span { border-color: rgb(31,171,136); }
td.TdClassName
{
border-color: #1FAB88;
}
.TagClassName
{
border-color: #1FAB88;
}
</style>