Shades of Eucalyptus #1B995A
Tints of Eucalyptus #1B995A
RGB
CMYK
RGB Variations
Color information
#1B995A (or 0x1B995A) is known color: Eucalyptus. HEX triplet: 1B, 99 and 5A. RGB value is (27,153,90). Sum of RGB (Red+Green+Blue) = 27+153+90=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #1B995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B995A is #E466A5. Grayscale: #6C6C6C. Windows color (decimal): -14968486 or 5937435. OLE color: 5937435.
HSL color Cylindrical-coordinate representation of color #1B995A: hue angle of 150º 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 #1B995A is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 153 | 90 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.4 |
| HSL | 150º | 0.7% | 0.35% | - |
| HSV(B) | 150º | 0.82% | 0.6% | - |
| XYZ | 13.69 | 23.75 | 13.54 | - |
| YUV | 108.14 | 117.76 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 153 | 90 | 0.82 | 0 | 0.41 | 0.4 | 150 | 0.7 | 0.35 |
| Hex | 1B | 99 | 5A | 52 | 0 | 29 | 28 | 96 | 46 | 23 |
| Octal | 33 | 231 | 132 | 122 | 0 | 51 | 50 | 226 | 106 | 43 |
| Binary | 11011 | 10011001 | 1011010 | 1010010 | 0 | 101001 | 101000 | 10010110 | 1000110 | 100011 |
Color Harmonies of #1B995A
Complementary color
Monochromatic Colors of #1B995A
Black with #1B995A
Text Example
Text Example
White with #1B995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B995A; }
p { color: rgb(27,153,90); }
H1.HeaderClassName
{
color: #1B995A;
}
.AnyTagClassName
{
color: #1B995A;
}
</style>
background-color css
<style>
a { background-color: #1B995A; }
a { background-color: rgb(27,153,90); }
div.DivClassName
{
background-color: #1B995A;
}
.BgClassName
{
background-color: #1B995A;
}
</style>
border-color css
<style>
span { border-color: #1B995A; }
span { border-color: rgb(27,153,90); }
td.TdClassName
{
border-color: #1B995A;
}
.TagClassName
{
border-color: #1B995A;
}
</style>