Shades of Jungle Green #1C9F7D
Tints of Jungle Green #1C9F7D
RGB
CMYK
RGB Variations
Color information
#1C9F7D (or 0x1C9F7D) is known color: Jungle Green. HEX triplet: 1C, 9F and 7D. RGB value is (28,159,125). Sum of RGB (Red+Green+Blue) = 28+159+125=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #1C9F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9F7D is #E36082. Grayscale: #737373. Windows color (decimal): -14901379 or 8232732. OLE color: 8232732.
HSL color Cylindrical-coordinate representation of color #1C9F7D: hue angle of 164.43º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9F7D is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 159 | 125 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.38 |
| HSL | 164.43º | 0.7% | 0.37% | - |
| HSV(B) | 164.43º | 0.82% | 0.62% | - |
| XYZ | 16.58 | 26.52 | 23.65 | - |
| YUV | 115.96 | 133.1 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 159 | 125 | 0.82 | 0 | 0.21 | 0.38 | 164.43 | 0.7 | 0.37 |
| Hex | 1C | 9F | 7D | 52 | 0 | 15 | 26 | A4 | 46 | 25 |
| Octal | 34 | 237 | 175 | 122 | 0 | 25 | 46 | 244 | 106 | 45 |
| Binary | 11100 | 10011111 | 1111101 | 1010010 | 0 | 10101 | 100110 | 10100100 | 1000110 | 100101 |
Color Harmonies of #1C9F7D
Complementary color
Monochromatic Colors of #1C9F7D
Black with #1C9F7D
Text Example
Text Example
White with #1C9F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9F7D; }
p { color: rgb(28,159,125); }
H1.HeaderClassName
{
color: #1C9F7D;
}
.AnyTagClassName
{
color: #1C9F7D;
}
</style>
background-color css
<style>
a { background-color: #1C9F7D; }
a { background-color: rgb(28,159,125); }
div.DivClassName
{
background-color: #1C9F7D;
}
.BgClassName
{
background-color: #1C9F7D;
}
</style>
border-color css
<style>
span { border-color: #1C9F7D; }
span { border-color: rgb(28,159,125); }
td.TdClassName
{
border-color: #1C9F7D;
}
.TagClassName
{
border-color: #1C9F7D;
}
</style>