Shades of Jungle Green #1FA37B
Tints of Jungle Green #1FA37B
RGB
CMYK
RGB Variations
Color information
#1FA37B (or 0x1FA37B) is known color: Jungle Green. HEX triplet: 1F, A3 and 7B. RGB value is (31,163,123). Sum of RGB (Red+Green+Blue) = 31+163+123=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA37B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA37B is #E05C84. Grayscale: #777777. Windows color (decimal): -14703749 or 8102687. OLE color: 8102687.
HSL color Cylindrical-coordinate representation of color #1FA37B: hue angle of 161.82º 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 #1FA37B is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 163 | 123 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.36 |
| HSL | 161.82º | 0.68% | 0.38% | - |
| HSV(B) | 161.82º | 0.81% | 0.64% | - |
| XYZ | 17.24 | 27.92 | 23.22 | - |
| YUV | 118.97 | 130.27 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 123 | 0.81 | 0 | 0.25 | 0.36 | 161.82 | 0.68 | 0.38 |
| Hex | 1F | A3 | 7B | 51 | 0 | 19 | 24 | A2 | 44 | 26 |
| Octal | 37 | 243 | 173 | 121 | 0 | 31 | 44 | 242 | 104 | 46 |
| Binary | 11111 | 10100011 | 1111011 | 1010001 | 0 | 11001 | 100100 | 10100010 | 1000100 | 100110 |
Color Harmonies of #1FA37B
Complementary color
Monochromatic Colors of #1FA37B
Black with #1FA37B
Text Example
Text Example
White with #1FA37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA37B; }
p { color: rgb(31,163,123); }
H1.HeaderClassName
{
color: #1FA37B;
}
.AnyTagClassName
{
color: #1FA37B;
}
</style>
background-color css
<style>
a { background-color: #1FA37B; }
a { background-color: rgb(31,163,123); }
div.DivClassName
{
background-color: #1FA37B;
}
.BgClassName
{
background-color: #1FA37B;
}
</style>
border-color css
<style>
span { border-color: #1FA37B; }
span { border-color: rgb(31,163,123); }
td.TdClassName
{
border-color: #1FA37B;
}
.TagClassName
{
border-color: #1FA37B;
}
</style>