Shades of Jungle Green #1FA283
Tints of Jungle Green #1FA283
RGB
CMYK
RGB Variations
Color information
#1FA283 (or 0x1FA283) is known color: Jungle Green. HEX triplet: 1F, A2 and 83. RGB value is (31,162,131). Sum of RGB (Red+Green+Blue) = 31+162+131=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA283 is #E05D7C. Grayscale: #777777. Windows color (decimal): -14703997 or 8626719. OLE color: 8626719.
HSL color Cylindrical-coordinate representation of color #1FA283: hue angle of 165.8º 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 #1FA283 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 162 | 131 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.36 |
| HSL | 165.8º | 0.68% | 0.38% | - |
| HSV(B) | 165.8º | 0.81% | 0.64% | - |
| XYZ | 17.58 | 27.77 | 25.91 | - |
| YUV | 119.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 131 | 0.81 | 0 | 0.19 | 0.36 | 165.8 | 0.68 | 0.38 |
| Hex | 1F | A2 | 83 | 51 | 0 | 13 | 24 | A6 | 44 | 26 |
| Octal | 37 | 242 | 203 | 121 | 0 | 23 | 44 | 246 | 104 | 46 |
| Binary | 11111 | 10100010 | 10000011 | 1010001 | 0 | 10011 | 100100 | 10100110 | 1000100 | 100110 |
Color Harmonies of #1FA283
Complementary color
Monochromatic Colors of #1FA283
Black with #1FA283
Text Example
Text Example
White with #1FA283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA283; }
p { color: rgb(31,162,131); }
H1.HeaderClassName
{
color: #1FA283;
}
.AnyTagClassName
{
color: #1FA283;
}
</style>
background-color css
<style>
a { background-color: #1FA283; }
a { background-color: rgb(31,162,131); }
div.DivClassName
{
background-color: #1FA283;
}
.BgClassName
{
background-color: #1FA283;
}
</style>
border-color css
<style>
span { border-color: #1FA283; }
span { border-color: rgb(31,162,131); }
td.TdClassName
{
border-color: #1FA283;
}
.TagClassName
{
border-color: #1FA283;
}
</style>