Shades of Eucalyptus #1CA065
Tints of Eucalyptus #1CA065
RGB
CMYK
RGB Variations
Color information
#1CA065 (or 0x1CA065) is known color: Eucalyptus. HEX triplet: 1C, A0 and 65. RGB value is (28,160,101). Sum of RGB (Red+Green+Blue) = 28+160+101=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA065 is #E35F9A. Grayscale: #717171. Windows color (decimal): -14901147 or 6660124. OLE color: 6660124.
HSL color Cylindrical-coordinate representation of color #1CA065: hue angle of 153.18º 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 #1CA065 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 160 | 101 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.37 |
| HSL | 153.18º | 0.7% | 0.37% | - |
| HSV(B) | 153.18º | 0.83% | 0.63% | - |
| XYZ | 15.4 | 26.33 | 16.58 | - |
| YUV | 113.81 | 120.77 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 160 | 101 | 0.82 | 0 | 0.37 | 0.37 | 153.18 | 0.7 | 0.37 |
| Hex | 1C | A0 | 65 | 52 | 0 | 25 | 25 | 99 | 46 | 25 |
| Octal | 34 | 240 | 145 | 122 | 0 | 45 | 45 | 231 | 106 | 45 |
| Binary | 11100 | 10100000 | 1100101 | 1010010 | 0 | 100101 | 100101 | 10011001 | 1000110 | 100101 |
Color Harmonies of #1CA065
Complementary color
Monochromatic Colors of #1CA065
Black with #1CA065
Text Example
Text Example
White with #1CA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA065; }
p { color: rgb(28,160,101); }
H1.HeaderClassName
{
color: #1CA065;
}
.AnyTagClassName
{
color: #1CA065;
}
</style>
background-color css
<style>
a { background-color: #1CA065; }
a { background-color: rgb(28,160,101); }
div.DivClassName
{
background-color: #1CA065;
}
.BgClassName
{
background-color: #1CA065;
}
</style>
border-color css
<style>
span { border-color: #1CA065; }
span { border-color: rgb(28,160,101); }
td.TdClassName
{
border-color: #1CA065;
}
.TagClassName
{
border-color: #1CA065;
}
</style>