Shades of Jungle Green #1F9C7E
Tints of Jungle Green #1F9C7E
RGB
CMYK
RGB Variations
Color information
#1F9C7E (or 0x1F9C7E) is known color: Jungle Green. HEX triplet: 1F, 9C and 7E. RGB value is (31,156,126). Sum of RGB (Red+Green+Blue) = 31+156+126=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C7E is #E06381. Grayscale: #737373. Windows color (decimal): -14705538 or 8297503. OLE color: 8297503.
HSL color Cylindrical-coordinate representation of color #1F9C7E: hue angle of 165.6º 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 #1F9C7E is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 126 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.39 |
| HSL | 165.6º | 0.67% | 0.37% | - |
| HSV(B) | 165.6º | 0.8% | 0.61% | - |
| XYZ | 16.22 | 25.57 | 23.82 | - |
| YUV | 115.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 126 | 0.80 | 0 | 0.19 | 0.39 | 165.6 | 0.67 | 0.37 |
| Hex | 1F | 9C | 7E | 50 | 0 | 13 | 27 | A6 | 43 | 25 |
| Octal | 37 | 234 | 176 | 120 | 0 | 23 | 47 | 246 | 103 | 45 |
| Binary | 11111 | 10011100 | 1111110 | 1010000 | 0 | 10011 | 100111 | 10100110 | 1000011 | 100101 |
Color Harmonies of #1F9C7E
Complementary color
Monochromatic Colors of #1F9C7E
Black with #1F9C7E
Text Example
Text Example
White with #1F9C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C7E; }
p { color: rgb(31,156,126); }
H1.HeaderClassName
{
color: #1F9C7E;
}
.AnyTagClassName
{
color: #1F9C7E;
}
</style>
background-color css
<style>
a { background-color: #1F9C7E; }
a { background-color: rgb(31,156,126); }
div.DivClassName
{
background-color: #1F9C7E;
}
.BgClassName
{
background-color: #1F9C7E;
}
</style>
border-color css
<style>
span { border-color: #1F9C7E; }
span { border-color: rgb(31,156,126); }
td.TdClassName
{
border-color: #1F9C7E;
}
.TagClassName
{
border-color: #1F9C7E;
}
</style>