Shades of Eucalyptus #1CA263
Tints of Eucalyptus #1CA263
RGB
CMYK
RGB Variations
Color information
#1CA263 (or 0x1CA263) is known color: Eucalyptus. HEX triplet: 1C, A2 and 63. RGB value is (28,162,99). Sum of RGB (Red+Green+Blue) = 28+162+99=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA263 is #E35D9C. Grayscale: #727272. Windows color (decimal): -14900637 or 6529564. OLE color: 6529564.
HSL color Cylindrical-coordinate representation of color #1CA263: hue angle of 151.79º 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 #1CA263 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 162 | 99 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.36 |
| HSL | 151.79º | 0.71% | 0.37% | - |
| HSV(B) | 151.79º | 0.83% | 0.64% | - |
| XYZ | 15.65 | 26.99 | 16.19 | - |
| YUV | 114.75 | 119.11 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 162 | 99 | 0.83 | 0 | 0.39 | 0.36 | 151.79 | 0.71 | 0.37 |
| Hex | 1C | A2 | 63 | 53 | 0 | 27 | 24 | 98 | 47 | 25 |
| Octal | 34 | 242 | 143 | 123 | 0 | 47 | 44 | 230 | 107 | 45 |
| Binary | 11100 | 10100010 | 1100011 | 1010011 | 0 | 100111 | 100100 | 10011000 | 1000111 | 100101 |
Color Harmonies of #1CA263
Complementary color
Monochromatic Colors of #1CA263
Black with #1CA263
Text Example
Text Example
White with #1CA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA263; }
p { color: rgb(28,162,99); }
H1.HeaderClassName
{
color: #1CA263;
}
.AnyTagClassName
{
color: #1CA263;
}
</style>
background-color css
<style>
a { background-color: #1CA263; }
a { background-color: rgb(28,162,99); }
div.DivClassName
{
background-color: #1CA263;
}
.BgClassName
{
background-color: #1CA263;
}
</style>
border-color css
<style>
span { border-color: #1CA263; }
span { border-color: rgb(28,162,99); }
td.TdClassName
{
border-color: #1CA263;
}
.TagClassName
{
border-color: #1CA263;
}
</style>