Shades of Jungle Green #1C9B7D
Tints of Jungle Green #1C9B7D
RGB
CMYK
RGB Variations
Color information
#1C9B7D (or 0x1C9B7D) is known color: Jungle Green. HEX triplet: 1C, 9B and 7D. RGB value is (28,155,125). Sum of RGB (Red+Green+Blue) = 28+155+125=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9B7D is #E36482. Grayscale: #717171. Windows color (decimal): -14902403 or 8231708. OLE color: 8231708.
HSL color Cylindrical-coordinate representation of color #1C9B7D: hue angle of 165.83º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9B7D is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 155 | 125 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.39 |
| HSL | 165.83º | 0.69% | 0.36% | - |
| HSV(B) | 165.83º | 0.82% | 0.61% | - |
| XYZ | 15.9 | 25.17 | 23.42 | - |
| YUV | 113.61 | 134.42 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 155 | 125 | 0.82 | 0 | 0.19 | 0.39 | 165.83 | 0.69 | 0.36 |
| Hex | 1C | 9B | 7D | 52 | 0 | 13 | 27 | A6 | 45 | 24 |
| Octal | 34 | 233 | 175 | 122 | 0 | 23 | 47 | 246 | 105 | 44 |
| Binary | 11100 | 10011011 | 1111101 | 1010010 | 0 | 10011 | 100111 | 10100110 | 1000101 | 100100 |
Color Harmonies of #1C9B7D
Complementary color
Monochromatic Colors of #1C9B7D
Black with #1C9B7D
Text Example
Text Example
White with #1C9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9B7D; }
p { color: rgb(28,155,125); }
H1.HeaderClassName
{
color: #1C9B7D;
}
.AnyTagClassName
{
color: #1C9B7D;
}
</style>
background-color css
<style>
a { background-color: #1C9B7D; }
a { background-color: rgb(28,155,125); }
div.DivClassName
{
background-color: #1C9B7D;
}
.BgClassName
{
background-color: #1C9B7D;
}
</style>
border-color css
<style>
span { border-color: #1C9B7D; }
span { border-color: rgb(28,155,125); }
td.TdClassName
{
border-color: #1C9B7D;
}
.TagClassName
{
border-color: #1C9B7D;
}
</style>