Shades of Jungle Green #1F9F7A
Tints of Jungle Green #1F9F7A
RGB
CMYK
RGB Variations
Color information
#1F9F7A (or 0x1F9F7A) is known color: Jungle Green. HEX triplet: 1F, 9F and 7A. RGB value is (31,159,122). Sum of RGB (Red+Green+Blue) = 31+159+122=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9F7A is #E06085. Grayscale: #747474. Windows color (decimal): -14704774 or 8036127. OLE color: 8036127.
HSL color Cylindrical-coordinate representation of color #1F9F7A: hue angle of 162.66º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F9F7A is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 159 | 122 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.38 |
| HSL | 162.66º | 0.67% | 0.37% | - |
| HSV(B) | 162.66º | 0.81% | 0.62% | - |
| XYZ | 16.48 | 26.49 | 22.66 | - |
| YUV | 116.51 | 131.09 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 122 | 0.81 | 0 | 0.23 | 0.38 | 162.66 | 0.67 | 0.37 |
| Hex | 1F | 9F | 7A | 51 | 0 | 17 | 26 | A3 | 43 | 25 |
| Octal | 37 | 237 | 172 | 121 | 0 | 27 | 46 | 243 | 103 | 45 |
| Binary | 11111 | 10011111 | 1111010 | 1010001 | 0 | 10111 | 100110 | 10100011 | 1000011 | 100101 |
Color Harmonies of #1F9F7A
Complementary color
Monochromatic Colors of #1F9F7A
Black with #1F9F7A
Text Example
Text Example
White with #1F9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9F7A; }
p { color: rgb(31,159,122); }
H1.HeaderClassName
{
color: #1F9F7A;
}
.AnyTagClassName
{
color: #1F9F7A;
}
</style>
background-color css
<style>
a { background-color: #1F9F7A; }
a { background-color: rgb(31,159,122); }
div.DivClassName
{
background-color: #1F9F7A;
}
.BgClassName
{
background-color: #1F9F7A;
}
</style>
border-color css
<style>
span { border-color: #1F9F7A; }
span { border-color: rgb(31,159,122); }
td.TdClassName
{
border-color: #1F9F7A;
}
.TagClassName
{
border-color: #1F9F7A;
}
</style>