Shades of Eucalyptus #1BAB5D
Tints of Eucalyptus #1BAB5D
RGB
CMYK
RGB Variations
Color information
#1BAB5D (or 0x1BAB5D) is known color: Eucalyptus. HEX triplet: 1B, AB and 5D. RGB value is (27,171,93). Sum of RGB (Red+Green+Blue) = 27+171+93=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAB5D is #E454A2. Grayscale: #777777. Windows color (decimal): -14963875 or 6138651. OLE color: 6138651.
HSL color Cylindrical-coordinate representation of color #1BAB5D: hue angle of 147.5º 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 #1BAB5D is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 93 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.33 |
| HSL | 147.5º | 0.73% | 0.39% | - |
| HSV(B) | 147.5º | 0.84% | 0.67% | - |
| XYZ | 16.99 | 30.15 | 15.28 | - |
| YUV | 119.05 | 113.29 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 93 | 0.84 | 0 | 0.46 | 0.33 | 147.5 | 0.73 | 0.39 |
| Hex | 1B | AB | 5D | 54 | 0 | 2E | 21 | 94 | 49 | 27 |
| Octal | 33 | 253 | 135 | 124 | 0 | 56 | 41 | 224 | 111 | 47 |
| Binary | 11011 | 10101011 | 1011101 | 1010100 | 0 | 101110 | 100001 | 10010100 | 1001001 | 100111 |
Color Harmonies of #1BAB5D
Complementary color
Monochromatic Colors of #1BAB5D
Black with #1BAB5D
Text Example
Text Example
White with #1BAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB5D; }
p { color: rgb(27,171,93); }
H1.HeaderClassName
{
color: #1BAB5D;
}
.AnyTagClassName
{
color: #1BAB5D;
}
</style>
background-color css
<style>
a { background-color: #1BAB5D; }
a { background-color: rgb(27,171,93); }
div.DivClassName
{
background-color: #1BAB5D;
}
.BgClassName
{
background-color: #1BAB5D;
}
</style>
border-color css
<style>
span { border-color: #1BAB5D; }
span { border-color: rgb(27,171,93); }
td.TdClassName
{
border-color: #1BAB5D;
}
.TagClassName
{
border-color: #1BAB5D;
}
</style>