Shades of Eucalyptus #1B995D
Tints of Eucalyptus #1B995D
RGB
CMYK
RGB Variations
Color information
#1B995D (or 0x1B995D) is known color: Eucalyptus. HEX triplet: 1B, 99 and 5D. RGB value is (27,153,93). Sum of RGB (Red+Green+Blue) = 27+153+93=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #1B995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B995D is #E466A2. Grayscale: #6C6C6C. Windows color (decimal): -14968483 or 6134043. OLE color: 6134043.
HSL color Cylindrical-coordinate representation of color #1B995D: hue angle of 151.43º 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 #1B995D is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 153 | 93 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.4 |
| HSL | 151.43º | 0.7% | 0.35% | - |
| HSV(B) | 151.43º | 0.82% | 0.6% | - |
| XYZ | 13.82 | 23.81 | 14.22 | - |
| YUV | 108.49 | 119.26 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 153 | 93 | 0.82 | 0 | 0.39 | 0.4 | 151.43 | 0.7 | 0.35 |
| Hex | 1B | 99 | 5D | 52 | 0 | 27 | 28 | 97 | 46 | 23 |
| Octal | 33 | 231 | 135 | 122 | 0 | 47 | 50 | 227 | 106 | 43 |
| Binary | 11011 | 10011001 | 1011101 | 1010010 | 0 | 100111 | 101000 | 10010111 | 1000110 | 100011 |
Color Harmonies of #1B995D
Complementary color
Monochromatic Colors of #1B995D
Black with #1B995D
Text Example
Text Example
White with #1B995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B995D; }
p { color: rgb(27,153,93); }
H1.HeaderClassName
{
color: #1B995D;
}
.AnyTagClassName
{
color: #1B995D;
}
</style>
background-color css
<style>
a { background-color: #1B995D; }
a { background-color: rgb(27,153,93); }
div.DivClassName
{
background-color: #1B995D;
}
.BgClassName
{
background-color: #1B995D;
}
</style>
border-color css
<style>
span { border-color: #1B995D; }
span { border-color: rgb(27,153,93); }
td.TdClassName
{
border-color: #1B995D;
}
.TagClassName
{
border-color: #1B995D;
}
</style>