Shades of Eucalyptus #1EAB68
Tints of Eucalyptus #1EAB68
RGB
CMYK
RGB Variations
Color information
#1EAB68 (or 0x1EAB68) is known color: Eucalyptus. HEX triplet: 1E, AB and 68. RGB value is (30,171,104). Sum of RGB (Red+Green+Blue) = 30+171+104=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAB68 is #E15497. Grayscale: #797979. Windows color (decimal): -14767256 or 6859550. OLE color: 6859550.
HSL color Cylindrical-coordinate representation of color #1EAB68: hue angle of 151.49º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAB68 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 171 | 104 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.33 |
| HSL | 151.49º | 0.7% | 0.39% | - |
| HSV(B) | 151.49º | 0.82% | 0.67% | - |
| XYZ | 17.6 | 30.4 | 18.04 | - |
| YUV | 121.2 | 118.29 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 104 | 0.82 | 0 | 0.39 | 0.33 | 151.49 | 0.7 | 0.39 |
| Hex | 1E | AB | 68 | 52 | 0 | 27 | 21 | 97 | 46 | 27 |
| Octal | 36 | 253 | 150 | 122 | 0 | 47 | 41 | 227 | 106 | 47 |
| Binary | 11110 | 10101011 | 1101000 | 1010010 | 0 | 100111 | 100001 | 10010111 | 1000110 | 100111 |
Color Harmonies of #1EAB68
Complementary color
Monochromatic Colors of #1EAB68
Black with #1EAB68
Text Example
Text Example
White with #1EAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAB68; }
p { color: rgb(30,171,104); }
H1.HeaderClassName
{
color: #1EAB68;
}
.AnyTagClassName
{
color: #1EAB68;
}
</style>
background-color css
<style>
a { background-color: #1EAB68; }
a { background-color: rgb(30,171,104); }
div.DivClassName
{
background-color: #1EAB68;
}
.BgClassName
{
background-color: #1EAB68;
}
</style>
border-color css
<style>
span { border-color: #1EAB68; }
span { border-color: rgb(30,171,104); }
td.TdClassName
{
border-color: #1EAB68;
}
.TagClassName
{
border-color: #1EAB68;
}
</style>