Shades of Jungle Green #1FA375
Tints of Jungle Green #1FA375
RGB
CMYK
RGB Variations
Color information
#1FA375 (or 0x1FA375) is known color: Jungle Green. HEX triplet: 1F, A3 and 75. RGB value is (31,163,117). Sum of RGB (Red+Green+Blue) = 31+163+117=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA375 is #E05C8A. Grayscale: #767676. Windows color (decimal): -14703755 or 7709471. OLE color: 7709471.
HSL color Cylindrical-coordinate representation of color #1FA375: hue angle of 159.09º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA375 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 163 | 117 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.36 |
| HSL | 159.09º | 0.68% | 0.38% | - |
| HSV(B) | 159.09º | 0.81% | 0.64% | - |
| XYZ | 16.87 | 27.77 | 21.3 | - |
| YUV | 118.29 | 127.27 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 117 | 0.81 | 0 | 0.28 | 0.36 | 159.09 | 0.68 | 0.38 |
| Hex | 1F | A3 | 75 | 51 | 0 | 1C | 24 | 9F | 44 | 26 |
| Octal | 37 | 243 | 165 | 121 | 0 | 34 | 44 | 237 | 104 | 46 |
| Binary | 11111 | 10100011 | 1110101 | 1010001 | 0 | 11100 | 100100 | 10011111 | 1000100 | 100110 |
Color Harmonies of #1FA375
Complementary color
Monochromatic Colors of #1FA375
Black with #1FA375
Text Example
Text Example
White with #1FA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA375; }
p { color: rgb(31,163,117); }
H1.HeaderClassName
{
color: #1FA375;
}
.AnyTagClassName
{
color: #1FA375;
}
</style>
background-color css
<style>
a { background-color: #1FA375; }
a { background-color: rgb(31,163,117); }
div.DivClassName
{
background-color: #1FA375;
}
.BgClassName
{
background-color: #1FA375;
}
</style>
border-color css
<style>
span { border-color: #1FA375; }
span { border-color: rgb(31,163,117); }
td.TdClassName
{
border-color: #1FA375;
}
.TagClassName
{
border-color: #1FA375;
}
</style>