Shades of Eucalyptus #1B9A5C
Tints of Eucalyptus #1B9A5C
RGB
CMYK
RGB Variations
Color information
#1B9A5C (or 0x1B9A5C) is known color: Eucalyptus. HEX triplet: 1B, 9A and 5C. RGB value is (27,154,92). Sum of RGB (Red+Green+Blue) = 27+154+92=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 154 (60.55% from 255 or 56.41% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 154 - color contains mainly: green. Hex color #1B9A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9A5C is #E465A3. Grayscale: #6D6D6D. Windows color (decimal): -14968228 or 6068763. OLE color: 6068763.
HSL color Cylindrical-coordinate representation of color #1B9A5C: hue angle of 150.71º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9A5C is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 154 | 92 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.40 |
| HSL | 150.71º | 0.7% | 0.35% | - |
| HSV(B) | 150.71º | 0.82% | 0.6% | - |
| XYZ | 13.94 | 24.12 | 14.05 | - |
| YUV | 108.96 | 118.42 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 154 | 92 | 0.82 | 0 | 0.40 | 0.40 | 150.71 | 0.7 | 0.35 |
| Hex | 1B | 9A | 5C | 52 | 0 | 28 | 28 | 97 | 46 | 23 |
| Octal | 33 | 232 | 134 | 122 | 0 | 50 | 50 | 227 | 106 | 43 |
| Binary | 11011 | 10011010 | 1011100 | 1010010 | 0 | 101000 | 101000 | 10010111 | 1000110 | 100011 |
Color Harmonies of #1B9A5C
Complementary color
Monochromatic Colors of #1B9A5C
Black with #1B9A5C
Text Example
Text Example
White with #1B9A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9A5C; }
p { color: rgb(27,154,92); }
H1.HeaderClassName
{
color: #1B9A5C;
}
.AnyTagClassName
{
color: #1B9A5C;
}
</style>
background-color css
<style>
a { background-color: #1B9A5C; }
a { background-color: rgb(27,154,92); }
div.DivClassName
{
background-color: #1B9A5C;
}
.BgClassName
{
background-color: #1B9A5C;
}
</style>
border-color css
<style>
span { border-color: #1B9A5C; }
span { border-color: rgb(27,154,92); }
td.TdClassName
{
border-color: #1B9A5C;
}
.TagClassName
{
border-color: #1B9A5C;
}
</style>