Shades of Jungle Green #1CA282
Tints of Jungle Green #1CA282
RGB
CMYK
RGB Variations
Color information
#1CA282 (or 0x1CA282) is known color: Jungle Green. HEX triplet: 1C, A2 and 82. RGB value is (28,162,130). Sum of RGB (Red+Green+Blue) = 28+162+130=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA282 is #E35D7D. Grayscale: #767676. Windows color (decimal): -14900606 or 8561180. OLE color: 8561180.
HSL color Cylindrical-coordinate representation of color #1CA282: hue angle of 165.67º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA282 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 162 | 130 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.36 |
| HSL | 165.67º | 0.71% | 0.37% | - |
| HSV(B) | 165.67º | 0.83% | 0.64% | - |
| XYZ | 17.43 | 27.7 | 25.55 | - |
| YUV | 118.29 | 134.61 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 162 | 130 | 0.83 | 0 | 0.20 | 0.36 | 165.67 | 0.71 | 0.37 |
| Hex | 1C | A2 | 82 | 53 | 0 | 14 | 24 | A6 | 47 | 25 |
| Octal | 34 | 242 | 202 | 123 | 0 | 24 | 44 | 246 | 107 | 45 |
| Binary | 11100 | 10100010 | 10000010 | 1010011 | 0 | 10100 | 100100 | 10100110 | 1000111 | 100101 |
Color Harmonies of #1CA282
Complementary color
Monochromatic Colors of #1CA282
Black with #1CA282
Text Example
Text Example
White with #1CA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA282; }
p { color: rgb(28,162,130); }
H1.HeaderClassName
{
color: #1CA282;
}
.AnyTagClassName
{
color: #1CA282;
}
</style>
background-color css
<style>
a { background-color: #1CA282; }
a { background-color: rgb(28,162,130); }
div.DivClassName
{
background-color: #1CA282;
}
.BgClassName
{
background-color: #1CA282;
}
</style>
border-color css
<style>
span { border-color: #1CA282; }
span { border-color: rgb(28,162,130); }
td.TdClassName
{
border-color: #1CA282;
}
.TagClassName
{
border-color: #1CA282;
}
</style>