Shades of Eucalyptus #2B945D
Tints of Eucalyptus #2B945D
RGB
CMYK
RGB Variations
Color information
#2B945D (or 0x2B945D) is known color: Eucalyptus. HEX triplet: 2B, 94 and 5D. RGB value is (43,148,93). Sum of RGB (Red+Green+Blue) = 43+148+93=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #2B945D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B945D is #D46BA2. Grayscale: #6E6E6E. Windows color (decimal): -13921187 or 6132779. OLE color: 6132779.
HSL color Cylindrical-coordinate representation of color #2B945D: hue angle of 148.57º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B945D is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 93 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.42 |
| HSL | 148.57º | 0.55% | 0.37% | - |
| HSV(B) | 148.57º | 0.71% | 0.58% | - |
| XYZ | 13.56 | 22.48 | 13.98 | - |
| YUV | 110.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 93 | 0.71 | 0 | 0.37 | 0.42 | 148.57 | 0.55 | 0.37 |
| Hex | 2B | 94 | 5D | 47 | 0 | 25 | 2A | 95 | 37 | 25 |
| Octal | 53 | 224 | 135 | 107 | 0 | 45 | 52 | 225 | 67 | 45 |
| Binary | 101011 | 10010100 | 1011101 | 1000111 | 0 | 100101 | 101010 | 10010101 | 110111 | 100101 |
Color Harmonies of #2B945D
Complementary color
Monochromatic Colors of #2B945D
Black with #2B945D
Text Example
Text Example
White with #2B945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B945D; }
p { color: rgb(43,148,93); }
H1.HeaderClassName
{
color: #2B945D;
}
.AnyTagClassName
{
color: #2B945D;
}
</style>
background-color css
<style>
a { background-color: #2B945D; }
a { background-color: rgb(43,148,93); }
div.DivClassName
{
background-color: #2B945D;
}
.BgClassName
{
background-color: #2B945D;
}
</style>
border-color css
<style>
span { border-color: #2B945D; }
span { border-color: rgb(43,148,93); }
td.TdClassName
{
border-color: #2B945D;
}
.TagClassName
{
border-color: #2B945D;
}
</style>