Shades of Eucalyptus #1EA262
Tints of Eucalyptus #1EA262
RGB
CMYK
RGB Variations
Color information
#1EA262 (or 0x1EA262) is known color: Eucalyptus. HEX triplet: 1E, A2 and 62. RGB value is (30,162,98). Sum of RGB (Red+Green+Blue) = 30+162+98=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA262 is #E15D9D. Grayscale: #737373. Windows color (decimal): -14769566 or 6464030. OLE color: 6464030.
HSL color Cylindrical-coordinate representation of color #1EA262: hue angle of 150.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA262 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 162 | 98 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.36 |
| HSL | 150.91º | 0.69% | 0.38% | - |
| HSV(B) | 150.91º | 0.81% | 0.64% | - |
| XYZ | 15.66 | 27 | 15.94 | - |
| YUV | 115.24 | 118.27 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 98 | 0.81 | 0 | 0.40 | 0.36 | 150.91 | 0.69 | 0.38 |
| Hex | 1E | A2 | 62 | 51 | 0 | 28 | 24 | 97 | 45 | 26 |
| Octal | 36 | 242 | 142 | 121 | 0 | 50 | 44 | 227 | 105 | 46 |
| Binary | 11110 | 10100010 | 1100010 | 1010001 | 0 | 101000 | 100100 | 10010111 | 1000101 | 100110 |
Color Harmonies of #1EA262
Complementary color
Monochromatic Colors of #1EA262
Black with #1EA262
Text Example
Text Example
White with #1EA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA262; }
p { color: rgb(30,162,98); }
H1.HeaderClassName
{
color: #1EA262;
}
.AnyTagClassName
{
color: #1EA262;
}
</style>
background-color css
<style>
a { background-color: #1EA262; }
a { background-color: rgb(30,162,98); }
div.DivClassName
{
background-color: #1EA262;
}
.BgClassName
{
background-color: #1EA262;
}
</style>
border-color css
<style>
span { border-color: #1EA262; }
span { border-color: rgb(30,162,98); }
td.TdClassName
{
border-color: #1EA262;
}
.TagClassName
{
border-color: #1EA262;
}
</style>