Shades of Jungle Green #1F9A7D
Tints of Jungle Green #1F9A7D
RGB
CMYK
RGB Variations
Color information
#1F9A7D (or 0x1F9A7D) is known color: Jungle Green. HEX triplet: 1F, 9A and 7D. RGB value is (31,154,125). Sum of RGB (Red+Green+Blue) = 31+154+125=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9A7D is #E06582. Grayscale: #717171. Windows color (decimal): -14706051 or 8231455. OLE color: 8231455.
HSL color Cylindrical-coordinate representation of color #1F9A7D: hue angle of 165.85º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9A7D is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 154 | 125 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.40 |
| HSL | 165.85º | 0.66% | 0.36% | - |
| HSV(B) | 165.85º | 0.8% | 0.6% | - |
| XYZ | 15.82 | 24.88 | 23.37 | - |
| YUV | 113.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 154 | 125 | 0.80 | 0 | 0.19 | 0.40 | 165.85 | 0.66 | 0.36 |
| Hex | 1F | 9A | 7D | 50 | 0 | 13 | 28 | A6 | 42 | 24 |
| Octal | 37 | 232 | 175 | 120 | 0 | 23 | 50 | 246 | 102 | 44 |
| Binary | 11111 | 10011010 | 1111101 | 1010000 | 0 | 10011 | 101000 | 10100110 | 1000010 | 100100 |
Color Harmonies of #1F9A7D
Complementary color
Monochromatic Colors of #1F9A7D
Black with #1F9A7D
Text Example
Text Example
White with #1F9A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9A7D; }
p { color: rgb(31,154,125); }
H1.HeaderClassName
{
color: #1F9A7D;
}
.AnyTagClassName
{
color: #1F9A7D;
}
</style>
background-color css
<style>
a { background-color: #1F9A7D; }
a { background-color: rgb(31,154,125); }
div.DivClassName
{
background-color: #1F9A7D;
}
.BgClassName
{
background-color: #1F9A7D;
}
</style>
border-color css
<style>
span { border-color: #1F9A7D; }
span { border-color: rgb(31,154,125); }
td.TdClassName
{
border-color: #1F9A7D;
}
.TagClassName
{
border-color: #1F9A7D;
}
</style>