Shades of Jungle Green #1FAA85
Tints of Jungle Green #1FAA85
RGB
CMYK
RGB Variations
Color information
#1FAA85 (or 0x1FAA85) is known color: Jungle Green. HEX triplet: 1F, AA and 85. RGB value is (31,170,133). Sum of RGB (Red+Green+Blue) = 31+170+133=334 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.28% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAA85 is #E0557A. Grayscale: #7C7C7C. Windows color (decimal): -14701947 or 8759839. OLE color: 8759839.
HSL color Cylindrical-coordinate representation of color #1FAA85: hue angle of 164.03º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA85 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 133 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.33 |
| HSL | 164.03º | 0.69% | 0.39% | - |
| HSV(B) | 164.03º | 0.82% | 0.67% | - |
| XYZ | 19.17 | 30.73 | 27.11 | - |
| YUV | 124.22 | 132.95 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 133 | 0.82 | 0 | 0.22 | 0.33 | 164.03 | 0.69 | 0.39 |
| Hex | 1F | AA | 85 | 52 | 0 | 16 | 21 | A4 | 45 | 27 |
| Octal | 37 | 252 | 205 | 122 | 0 | 26 | 41 | 244 | 105 | 47 |
| Binary | 11111 | 10101010 | 10000101 | 1010010 | 0 | 10110 | 100001 | 10100100 | 1000101 | 100111 |
Color Harmonies of #1FAA85
Complementary color
Monochromatic Colors of #1FAA85
Black with #1FAA85
Text Example
Text Example
White with #1FAA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA85; }
p { color: rgb(31,170,133); }
H1.HeaderClassName
{
color: #1FAA85;
}
.AnyTagClassName
{
color: #1FAA85;
}
</style>
background-color css
<style>
a { background-color: #1FAA85; }
a { background-color: rgb(31,170,133); }
div.DivClassName
{
background-color: #1FAA85;
}
.BgClassName
{
background-color: #1FAA85;
}
</style>
border-color css
<style>
span { border-color: #1FAA85; }
span { border-color: rgb(31,170,133); }
td.TdClassName
{
border-color: #1FAA85;
}
.TagClassName
{
border-color: #1FAA85;
}
</style>