Shades of Jungle Green #1F9C7A
Tints of Jungle Green #1F9C7A
RGB
CMYK
RGB Variations
Color information
#1F9C7A (or 0x1F9C7A) is known color: Jungle Green. HEX triplet: 1F, 9C and 7A. RGB value is (31,156,122). Sum of RGB (Red+Green+Blue) = 31+156+122=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C7A is #E06385. Grayscale: #727272. Windows color (decimal): -14705542 or 8035359. OLE color: 8035359.
HSL color Cylindrical-coordinate representation of color #1F9C7A: hue angle of 163.68º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C7A is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 122 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.39 |
| HSL | 163.68º | 0.67% | 0.37% | - |
| HSV(B) | 163.68º | 0.8% | 0.61% | - |
| XYZ | 15.97 | 25.47 | 22.49 | - |
| YUV | 114.75 | 132.09 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 122 | 0.80 | 0 | 0.22 | 0.39 | 163.68 | 0.67 | 0.37 |
| Hex | 1F | 9C | 7A | 50 | 0 | 16 | 27 | A4 | 43 | 25 |
| Octal | 37 | 234 | 172 | 120 | 0 | 26 | 47 | 244 | 103 | 45 |
| Binary | 11111 | 10011100 | 1111010 | 1010000 | 0 | 10110 | 100111 | 10100100 | 1000011 | 100101 |
Color Harmonies of #1F9C7A
Complementary color
Monochromatic Colors of #1F9C7A
Black with #1F9C7A
Text Example
Text Example
White with #1F9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C7A; }
p { color: rgb(31,156,122); }
H1.HeaderClassName
{
color: #1F9C7A;
}
.AnyTagClassName
{
color: #1F9C7A;
}
</style>
background-color css
<style>
a { background-color: #1F9C7A; }
a { background-color: rgb(31,156,122); }
div.DivClassName
{
background-color: #1F9C7A;
}
.BgClassName
{
background-color: #1F9C7A;
}
</style>
border-color css
<style>
span { border-color: #1F9C7A; }
span { border-color: rgb(31,156,122); }
td.TdClassName
{
border-color: #1F9C7A;
}
.TagClassName
{
border-color: #1F9C7A;
}
</style>