Shades of Eucalyptus #1CA05C
Tints of Eucalyptus #1CA05C
RGB
CMYK
RGB Variations
Color information
#1CA05C (or 0x1CA05C) is known color: Eucalyptus. HEX triplet: 1C, A0 and 5C. RGB value is (28,160,92). Sum of RGB (Red+Green+Blue) = 28+160+92=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA05C is #E35FA3. Grayscale: #707070. Windows color (decimal): -14901156 or 6070300. OLE color: 6070300.
HSL color Cylindrical-coordinate representation of color #1CA05C: hue angle of 149.09º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1CA05C is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 160 | 92 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.37 |
| HSL | 149.09º | 0.7% | 0.37% | - |
| HSV(B) | 149.09º | 0.83% | 0.63% | - |
| XYZ | 14.98 | 26.16 | 14.39 | - |
| YUV | 112.78 | 116.27 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 160 | 92 | 0.82 | 0 | 0.43 | 0.37 | 149.09 | 0.7 | 0.37 |
| Hex | 1C | A0 | 5C | 52 | 0 | 2B | 25 | 95 | 46 | 25 |
| Octal | 34 | 240 | 134 | 122 | 0 | 53 | 45 | 225 | 106 | 45 |
| Binary | 11100 | 10100000 | 1011100 | 1010010 | 0 | 101011 | 100101 | 10010101 | 1000110 | 100101 |
Color Harmonies of #1CA05C
Complementary color
Monochromatic Colors of #1CA05C
Black with #1CA05C
Text Example
Text Example
White with #1CA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA05C; }
p { color: rgb(28,160,92); }
H1.HeaderClassName
{
color: #1CA05C;
}
.AnyTagClassName
{
color: #1CA05C;
}
</style>
background-color css
<style>
a { background-color: #1CA05C; }
a { background-color: rgb(28,160,92); }
div.DivClassName
{
background-color: #1CA05C;
}
.BgClassName
{
background-color: #1CA05C;
}
</style>
border-color css
<style>
span { border-color: #1CA05C; }
span { border-color: rgb(28,160,92); }
td.TdClassName
{
border-color: #1CA05C;
}
.TagClassName
{
border-color: #1CA05C;
}
</style>