Shades of Eucalyptus #2B945B
Tints of Eucalyptus #2B945B
RGB
CMYK
RGB Variations
Color information
#2B945B (or 0x2B945B) is known color: Eucalyptus. HEX triplet: 2B, 94 and 5B. RGB value is (43,148,91). Sum of RGB (Red+Green+Blue) = 43+148+91=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #2B945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B945B is #D46BA4. Grayscale: #6E6E6E. Windows color (decimal): -13921189 or 6001707. OLE color: 6001707.
HSL color Cylindrical-coordinate representation of color #2B945B: hue angle of 147.43º 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 #2B945B is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 91 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.42 |
| HSL | 147.43º | 0.55% | 0.37% | - |
| HSV(B) | 147.43º | 0.71% | 0.58% | - |
| XYZ | 13.47 | 22.45 | 13.52 | - |
| YUV | 110.11 | 117.21 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 91 | 0.71 | 0 | 0.39 | 0.42 | 147.43 | 0.55 | 0.37 |
| Hex | 2B | 94 | 5B | 47 | 0 | 27 | 2A | 93 | 37 | 25 |
| Octal | 53 | 224 | 133 | 107 | 0 | 47 | 52 | 223 | 67 | 45 |
| Binary | 101011 | 10010100 | 1011011 | 1000111 | 0 | 100111 | 101010 | 10010011 | 110111 | 100101 |
Color Harmonies of #2B945B
Complementary color
Monochromatic Colors of #2B945B
Black with #2B945B
Text Example
Text Example
White with #2B945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B945B; }
p { color: rgb(43,148,91); }
H1.HeaderClassName
{
color: #2B945B;
}
.AnyTagClassName
{
color: #2B945B;
}
</style>
background-color css
<style>
a { background-color: #2B945B; }
a { background-color: rgb(43,148,91); }
div.DivClassName
{
background-color: #2B945B;
}
.BgClassName
{
background-color: #2B945B;
}
</style>
border-color css
<style>
span { border-color: #2B945B; }
span { border-color: rgb(43,148,91); }
td.TdClassName
{
border-color: #2B945B;
}
.TagClassName
{
border-color: #2B945B;
}
</style>