Shades of Eucalyptus #1B9A5A
Tints of Eucalyptus #1B9A5A
RGB
CMYK
RGB Variations
Color information
#1B9A5A (or 0x1B9A5A) is known color: Eucalyptus. HEX triplet: 1B, 9A and 5A. RGB value is (27,154,90). Sum of RGB (Red+Green+Blue) = 27+154+90=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #1B9A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9A5A is #E465A5. Grayscale: #6C6C6C. Windows color (decimal): -14968230 or 5937691. OLE color: 5937691.
HSL color Cylindrical-coordinate representation of color #1B9A5A: hue angle of 149.76º 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 #1B9A5A is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 154 | 90 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.40 |
| HSL | 149.76º | 0.7% | 0.35% | - |
| HSV(B) | 149.76º | 0.82% | 0.6% | - |
| XYZ | 13.85 | 24.08 | 13.59 | - |
| YUV | 108.73 | 117.42 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 154 | 90 | 0.82 | 0 | 0.42 | 0.40 | 149.76 | 0.7 | 0.35 |
| Hex | 1B | 9A | 5A | 52 | 0 | 2A | 28 | 96 | 46 | 23 |
| Octal | 33 | 232 | 132 | 122 | 0 | 52 | 50 | 226 | 106 | 43 |
| Binary | 11011 | 10011010 | 1011010 | 1010010 | 0 | 101010 | 101000 | 10010110 | 1000110 | 100011 |
Color Harmonies of #1B9A5A
Complementary color
Monochromatic Colors of #1B9A5A
Black with #1B9A5A
Text Example
Text Example
White with #1B9A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9A5A; }
p { color: rgb(27,154,90); }
H1.HeaderClassName
{
color: #1B9A5A;
}
.AnyTagClassName
{
color: #1B9A5A;
}
</style>
background-color css
<style>
a { background-color: #1B9A5A; }
a { background-color: rgb(27,154,90); }
div.DivClassName
{
background-color: #1B9A5A;
}
.BgClassName
{
background-color: #1B9A5A;
}
</style>
border-color css
<style>
span { border-color: #1B9A5A; }
span { border-color: rgb(27,154,90); }
td.TdClassName
{
border-color: #1B9A5A;
}
.TagClassName
{
border-color: #1B9A5A;
}
</style>