Shades of Eucalyptus #1B995B
Tints of Eucalyptus #1B995B
RGB
CMYK
RGB Variations
Color information
#1B995B (or 0x1B995B) is known color: Eucalyptus. HEX triplet: 1B, 99 and 5B. RGB value is (27,153,91). Sum of RGB (Red+Green+Blue) = 27+153+91=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #1B995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B995B is #E466A4. Grayscale: #6C6C6C. Windows color (decimal): -14968485 or 6002971. OLE color: 6002971.
HSL color Cylindrical-coordinate representation of color #1B995B: hue angle of 150.48º 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 #1B995B is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 153 | 91 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.4 |
| HSL | 150.48º | 0.7% | 0.35% | - |
| HSV(B) | 150.48º | 0.82% | 0.6% | - |
| XYZ | 13.73 | 23.77 | 13.76 | - |
| YUV | 108.26 | 118.26 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 153 | 91 | 0.82 | 0 | 0.41 | 0.4 | 150.48 | 0.7 | 0.35 |
| Hex | 1B | 99 | 5B | 52 | 0 | 29 | 28 | 96 | 46 | 23 |
| Octal | 33 | 231 | 133 | 122 | 0 | 51 | 50 | 226 | 106 | 43 |
| Binary | 11011 | 10011001 | 1011011 | 1010010 | 0 | 101001 | 101000 | 10010110 | 1000110 | 100011 |
Color Harmonies of #1B995B
Complementary color
Monochromatic Colors of #1B995B
Black with #1B995B
Text Example
Text Example
White with #1B995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B995B; }
p { color: rgb(27,153,91); }
H1.HeaderClassName
{
color: #1B995B;
}
.AnyTagClassName
{
color: #1B995B;
}
</style>
background-color css
<style>
a { background-color: #1B995B; }
a { background-color: rgb(27,153,91); }
div.DivClassName
{
background-color: #1B995B;
}
.BgClassName
{
background-color: #1B995B;
}
</style>
border-color css
<style>
span { border-color: #1B995B; }
span { border-color: rgb(27,153,91); }
td.TdClassName
{
border-color: #1B995B;
}
.TagClassName
{
border-color: #1B995B;
}
</style>