Shades of Eucalyptus #2B925E
Tints of Eucalyptus #2B925E
RGB
CMYK
RGB Variations
Color information
#2B925E (or 0x2B925E) is known color: Eucalyptus. HEX triplet: 2B, 92 and 5E. RGB value is (43,146,94). Sum of RGB (Red+Green+Blue) = 43+146+94=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #2B925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B925E is #D46DA1. Grayscale: #6D6D6D. Windows color (decimal): -13921698 or 6197803. OLE color: 6197803.
HSL color Cylindrical-coordinate representation of color #2B925E: hue angle of 149.71º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B925E is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 94 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.43 |
| HSL | 149.71º | 0.54% | 0.37% | - |
| HSV(B) | 149.71º | 0.71% | 0.57% | - |
| XYZ | 13.3 | 21.88 | 14.11 | - |
| YUV | 109.28 | 119.38 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 94 | 0.71 | 0 | 0.36 | 0.43 | 149.71 | 0.54 | 0.37 |
| Hex | 2B | 92 | 5E | 47 | 0 | 24 | 2B | 96 | 36 | 25 |
| Octal | 53 | 222 | 136 | 107 | 0 | 44 | 53 | 226 | 66 | 45 |
| Binary | 101011 | 10010010 | 1011110 | 1000111 | 0 | 100100 | 101011 | 10010110 | 110110 | 100101 |
Color Harmonies of #2B925E
Complementary color
Monochromatic Colors of #2B925E
Black with #2B925E
Text Example
Text Example
White with #2B925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B925E; }
p { color: rgb(43,146,94); }
H1.HeaderClassName
{
color: #2B925E;
}
.AnyTagClassName
{
color: #2B925E;
}
</style>
background-color css
<style>
a { background-color: #2B925E; }
a { background-color: rgb(43,146,94); }
div.DivClassName
{
background-color: #2B925E;
}
.BgClassName
{
background-color: #2B925E;
}
</style>
border-color css
<style>
span { border-color: #2B925E; }
span { border-color: rgb(43,146,94); }
td.TdClassName
{
border-color: #2B925E;
}
.TagClassName
{
border-color: #2B925E;
}
</style>