Shades of Jungle Green #1F9F7B
Tints of Jungle Green #1F9F7B
RGB
CMYK
RGB Variations
Color information
#1F9F7B (or 0x1F9F7B) is known color: Jungle Green. HEX triplet: 1F, 9F and 7B. RGB value is (31,159,123). Sum of RGB (Red+Green+Blue) = 31+159+123=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9F7B is #E06084. Grayscale: #747474. Windows color (decimal): -14704773 or 8101663. OLE color: 8101663.
HSL color Cylindrical-coordinate representation of color #1F9F7B: hue angle of 163.12º 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 #1F9F7B is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 159 | 123 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.38 |
| HSL | 163.13º | 0.67% | 0.37% | - |
| HSV(B) | 163.13º | 0.81% | 0.62% | - |
| XYZ | 16.54 | 26.52 | 22.99 | - |
| YUV | 116.62 | 131.59 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 123 | 0.81 | 0 | 0.23 | 0.38 | 163.13 | 0.67 | 0.37 |
| Hex | 1F | 9F | 7B | 51 | 0 | 17 | 26 | A3 | 43 | 25 |
| Octal | 37 | 237 | 173 | 121 | 0 | 27 | 46 | 243 | 103 | 45 |
| Binary | 11111 | 10011111 | 1111011 | 1010001 | 0 | 10111 | 100110 | 10100011 | 1000011 | 100101 |
Color Harmonies of #1F9F7B
Complementary color
Monochromatic Colors of #1F9F7B
Black with #1F9F7B
Text Example
Text Example
White with #1F9F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9F7B; }
p { color: rgb(31,159,123); }
H1.HeaderClassName
{
color: #1F9F7B;
}
.AnyTagClassName
{
color: #1F9F7B;
}
</style>
background-color css
<style>
a { background-color: #1F9F7B; }
a { background-color: rgb(31,159,123); }
div.DivClassName
{
background-color: #1F9F7B;
}
.BgClassName
{
background-color: #1F9F7B;
}
</style>
border-color css
<style>
span { border-color: #1F9F7B; }
span { border-color: rgb(31,159,123); }
td.TdClassName
{
border-color: #1F9F7B;
}
.TagClassName
{
border-color: #1F9F7B;
}
</style>