Shades of Eucalyptus #1BAB60
Tints of Eucalyptus #1BAB60
RGB
CMYK
RGB Variations
Color information
#1BAB60 (or 0x1BAB60) is known color: Eucalyptus. HEX triplet: 1B, AB and 60. RGB value is (27,171,96). Sum of RGB (Red+Green+Blue) = 27+171+96=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAB60 is #E4549F. Grayscale: #777777. Windows color (decimal): -14963872 or 6335259. OLE color: 6335259.
HSL color Cylindrical-coordinate representation of color #1BAB60: hue angle of 148.75º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAB60 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 96 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.33 |
| HSL | 148.75º | 0.73% | 0.39% | - |
| HSV(B) | 148.75º | 0.84% | 0.67% | - |
| XYZ | 17.13 | 30.2 | 15.99 | - |
| YUV | 119.39 | 114.79 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 96 | 0.84 | 0 | 0.44 | 0.33 | 148.75 | 0.73 | 0.39 |
| Hex | 1B | AB | 60 | 54 | 0 | 2C | 21 | 95 | 49 | 27 |
| Octal | 33 | 253 | 140 | 124 | 0 | 54 | 41 | 225 | 111 | 47 |
| Binary | 11011 | 10101011 | 1100000 | 1010100 | 0 | 101100 | 100001 | 10010101 | 1001001 | 100111 |
Color Harmonies of #1BAB60
Complementary color
Monochromatic Colors of #1BAB60
Black with #1BAB60
Text Example
Text Example
White with #1BAB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB60; }
p { color: rgb(27,171,96); }
H1.HeaderClassName
{
color: #1BAB60;
}
.AnyTagClassName
{
color: #1BAB60;
}
</style>
background-color css
<style>
a { background-color: #1BAB60; }
a { background-color: rgb(27,171,96); }
div.DivClassName
{
background-color: #1BAB60;
}
.BgClassName
{
background-color: #1BAB60;
}
</style>
border-color css
<style>
span { border-color: #1BAB60; }
span { border-color: rgb(27,171,96); }
td.TdClassName
{
border-color: #1BAB60;
}
.TagClassName
{
border-color: #1BAB60;
}
</style>