Shades of Eucalyptus #1BA462
Tints of Eucalyptus #1BA462
RGB
CMYK
RGB Variations
Color information
#1BA462 (or 0x1BA462) is known color: Eucalyptus. HEX triplet: 1B, A4 and 62. RGB value is (27,164,98). Sum of RGB (Red+Green+Blue) = 27+164+98=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 164 (64.45% from 255 or 56.75% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA462 is #E45B9D. Grayscale: #737373. Windows color (decimal): -14965662 or 6464539. OLE color: 6464539.
HSL color Cylindrical-coordinate representation of color #1BA462: hue angle of 151.09º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA462 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 164 | 98 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.36 |
| HSL | 151.09º | 0.72% | 0.37% | - |
| HSV(B) | 151.09º | 0.84% | 0.64% | - |
| XYZ | 15.93 | 27.67 | 16.06 | - |
| YUV | 115.51 | 118.11 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 164 | 98 | 0.84 | 0 | 0.40 | 0.36 | 151.09 | 0.72 | 0.37 |
| Hex | 1B | A4 | 62 | 54 | 0 | 28 | 24 | 97 | 48 | 25 |
| Octal | 33 | 244 | 142 | 124 | 0 | 50 | 44 | 227 | 110 | 45 |
| Binary | 11011 | 10100100 | 1100010 | 1010100 | 0 | 101000 | 100100 | 10010111 | 1001000 | 100101 |
Color Harmonies of #1BA462
Complementary color
Monochromatic Colors of #1BA462
Black with #1BA462
Text Example
Text Example
White with #1BA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA462; }
p { color: rgb(27,164,98); }
H1.HeaderClassName
{
color: #1BA462;
}
.AnyTagClassName
{
color: #1BA462;
}
</style>
background-color css
<style>
a { background-color: #1BA462; }
a { background-color: rgb(27,164,98); }
div.DivClassName
{
background-color: #1BA462;
}
.BgClassName
{
background-color: #1BA462;
}
</style>
border-color css
<style>
span { border-color: #1BA462; }
span { border-color: rgb(27,164,98); }
td.TdClassName
{
border-color: #1BA462;
}
.TagClassName
{
border-color: #1BA462;
}
</style>