Shades of Eucalyptus #1BAB61
Tints of Eucalyptus #1BAB61
RGB
CMYK
RGB Variations
Color information
#1BAB61 (or 0x1BAB61) is known color: Eucalyptus. HEX triplet: 1B, AB and 61. RGB value is (27,171,97). Sum of RGB (Red+Green+Blue) = 27+171+97=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAB61 is #E4549E. Grayscale: #777777. Windows color (decimal): -14963871 or 6400795. OLE color: 6400795.
HSL color Cylindrical-coordinate representation of color #1BAB61: hue angle of 149.17º 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 #1BAB61 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 97 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.33 |
| HSL | 149.17º | 0.73% | 0.39% | - |
| HSV(B) | 149.17º | 0.84% | 0.67% | - |
| XYZ | 17.17 | 30.22 | 16.24 | - |
| YUV | 119.51 | 115.29 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 97 | 0.84 | 0 | 0.43 | 0.33 | 149.17 | 0.73 | 0.39 |
| Hex | 1B | AB | 61 | 54 | 0 | 2B | 21 | 95 | 49 | 27 |
| Octal | 33 | 253 | 141 | 124 | 0 | 53 | 41 | 225 | 111 | 47 |
| Binary | 11011 | 10101011 | 1100001 | 1010100 | 0 | 101011 | 100001 | 10010101 | 1001001 | 100111 |
Color Harmonies of #1BAB61
Complementary color
Monochromatic Colors of #1BAB61
Black with #1BAB61
Text Example
Text Example
White with #1BAB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB61; }
p { color: rgb(27,171,97); }
H1.HeaderClassName
{
color: #1BAB61;
}
.AnyTagClassName
{
color: #1BAB61;
}
</style>
background-color css
<style>
a { background-color: #1BAB61; }
a { background-color: rgb(27,171,97); }
div.DivClassName
{
background-color: #1BAB61;
}
.BgClassName
{
background-color: #1BAB61;
}
</style>
border-color css
<style>
span { border-color: #1BAB61; }
span { border-color: rgb(27,171,97); }
td.TdClassName
{
border-color: #1BAB61;
}
.TagClassName
{
border-color: #1BAB61;
}
</style>