Shades of Eucalyptus #1BAA63
Tints of Eucalyptus #1BAA63
RGB
CMYK
RGB Variations
Color information
#1BAA63 (or 0x1BAA63) is known color: Eucalyptus. HEX triplet: 1B, AA and 63. RGB value is (27,170,99). Sum of RGB (Red+Green+Blue) = 27+170+99=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAA63 is #E4559C. Grayscale: #777777. Windows color (decimal): -14964125 or 6531611. OLE color: 6531611.
HSL color Cylindrical-coordinate representation of color #1BAA63: hue angle of 150.21º 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 #1BAA63 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 170 | 99 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.33 |
| HSL | 150.21º | 0.73% | 0.39% | - |
| HSV(B) | 150.21º | 0.84% | 0.67% | - |
| XYZ | 17.08 | 29.88 | 16.67 | - |
| YUV | 119.15 | 116.62 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 99 | 0.84 | 0 | 0.42 | 0.33 | 150.21 | 0.73 | 0.39 |
| Hex | 1B | AA | 63 | 54 | 0 | 2A | 21 | 96 | 49 | 27 |
| Octal | 33 | 252 | 143 | 124 | 0 | 52 | 41 | 226 | 111 | 47 |
| Binary | 11011 | 10101010 | 1100011 | 1010100 | 0 | 101010 | 100001 | 10010110 | 1001001 | 100111 |
Color Harmonies of #1BAA63
Complementary color
Monochromatic Colors of #1BAA63
Black with #1BAA63
Text Example
Text Example
White with #1BAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAA63; }
p { color: rgb(27,170,99); }
H1.HeaderClassName
{
color: #1BAA63;
}
.AnyTagClassName
{
color: #1BAA63;
}
</style>
background-color css
<style>
a { background-color: #1BAA63; }
a { background-color: rgb(27,170,99); }
div.DivClassName
{
background-color: #1BAA63;
}
.BgClassName
{
background-color: #1BAA63;
}
</style>
border-color css
<style>
span { border-color: #1BAA63; }
span { border-color: rgb(27,170,99); }
td.TdClassName
{
border-color: #1BAA63;
}
.TagClassName
{
border-color: #1BAA63;
}
</style>