Shades of Eucalyptus #1BA565
Tints of Eucalyptus #1BA565
RGB
CMYK
RGB Variations
Color information
#1BA565 (or 0x1BA565) is known color: Eucalyptus. HEX triplet: 1B, A5 and 65. RGB value is (27,165,101). Sum of RGB (Red+Green+Blue) = 27+165+101=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA565 is #E45A9A. Grayscale: #747474. Windows color (decimal): -14965403 or 6661403. OLE color: 6661403.
HSL color Cylindrical-coordinate representation of color #1BA565: hue angle of 152.17º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA565 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 165 | 101 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.35 |
| HSL | 152.17º | 0.72% | 0.38% | - |
| HSV(B) | 152.17º | 0.84% | 0.65% | - |
| XYZ | 16.26 | 28.08 | 16.88 | - |
| YUV | 116.44 | 119.28 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 101 | 0.84 | 0 | 0.39 | 0.35 | 152.17 | 0.72 | 0.38 |
| Hex | 1B | A5 | 65 | 54 | 0 | 27 | 23 | 98 | 48 | 26 |
| Octal | 33 | 245 | 145 | 124 | 0 | 47 | 43 | 230 | 110 | 46 |
| Binary | 11011 | 10100101 | 1100101 | 1010100 | 0 | 100111 | 100011 | 10011000 | 1001000 | 100110 |
Color Harmonies of #1BA565
Complementary color
Monochromatic Colors of #1BA565
Black with #1BA565
Text Example
Text Example
White with #1BA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA565; }
p { color: rgb(27,165,101); }
H1.HeaderClassName
{
color: #1BA565;
}
.AnyTagClassName
{
color: #1BA565;
}
</style>
background-color css
<style>
a { background-color: #1BA565; }
a { background-color: rgb(27,165,101); }
div.DivClassName
{
background-color: #1BA565;
}
.BgClassName
{
background-color: #1BA565;
}
</style>
border-color css
<style>
span { border-color: #1BA565; }
span { border-color: rgb(27,165,101); }
td.TdClassName
{
border-color: #1BA565;
}
.TagClassName
{
border-color: #1BA565;
}
</style>