Shades of Jungle Green #1F9B7A
Tints of Jungle Green #1F9B7A
RGB
CMYK
RGB Variations
Color information
#1F9B7A (or 0x1F9B7A) is known color: Jungle Green. HEX triplet: 1F, 9B and 7A. RGB value is (31,155,122). Sum of RGB (Red+Green+Blue) = 31+155+122=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #1F9B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9B7A is #E06485. Grayscale: #727272. Windows color (decimal): -14705798 or 8035103. OLE color: 8035103.
HSL color Cylindrical-coordinate representation of color #1F9B7A: hue angle of 164.03º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9B7A is Cyan = 0.8, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 155 | 122 | - |
| CMYK | 0.8 | 0 | 0.21 | 0.39 |
| HSL | 164.03º | 0.67% | 0.36% | - |
| HSV(B) | 164.03º | 0.8% | 0.61% | - |
| XYZ | 15.8 | 25.14 | 22.43 | - |
| YUV | 114.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 155 | 122 | 0.8 | 0 | 0.21 | 0.39 | 164.03 | 0.67 | 0.36 |
| Hex | 1F | 9B | 7A | 50 | 0 | 15 | 27 | A4 | 43 | 24 |
| Octal | 37 | 233 | 172 | 120 | 0 | 25 | 47 | 244 | 103 | 44 |
| Binary | 11111 | 10011011 | 1111010 | 1010000 | 0 | 10101 | 100111 | 10100100 | 1000011 | 100100 |
Color Harmonies of #1F9B7A
Complementary color
Monochromatic Colors of #1F9B7A
Black with #1F9B7A
Text Example
Text Example
White with #1F9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9B7A; }
p { color: rgb(31,155,122); }
H1.HeaderClassName
{
color: #1F9B7A;
}
.AnyTagClassName
{
color: #1F9B7A;
}
</style>
background-color css
<style>
a { background-color: #1F9B7A; }
a { background-color: rgb(31,155,122); }
div.DivClassName
{
background-color: #1F9B7A;
}
.BgClassName
{
background-color: #1F9B7A;
}
</style>
border-color css
<style>
span { border-color: #1F9B7A; }
span { border-color: rgb(31,155,122); }
td.TdClassName
{
border-color: #1F9B7A;
}
.TagClassName
{
border-color: #1F9B7A;
}
</style>