Shades of Eucalyptus #2B925D
Tints of Eucalyptus #2B925D
RGB
CMYK
RGB Variations
Color information
#2B925D (or 0x2B925D) is known color: Eucalyptus. HEX triplet: 2B, 92 and 5D. RGB value is (43,146,93). Sum of RGB (Red+Green+Blue) = 43+146+93=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #2B925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B925D is #D46DA2. Grayscale: #6D6D6D. Windows color (decimal): -13921699 or 6132267. OLE color: 6132267.
HSL color Cylindrical-coordinate representation of color #2B925D: hue angle of 149.13º 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 #2B925D is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 93 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.43 |
| HSL | 149.13º | 0.54% | 0.37% | - |
| HSV(B) | 149.13º | 0.71% | 0.57% | - |
| XYZ | 13.25 | 21.86 | 13.88 | - |
| YUV | 109.16 | 118.88 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 93 | 0.71 | 0 | 0.36 | 0.43 | 149.13 | 0.54 | 0.37 |
| Hex | 2B | 92 | 5D | 47 | 0 | 24 | 2B | 95 | 36 | 25 |
| Octal | 53 | 222 | 135 | 107 | 0 | 44 | 53 | 225 | 66 | 45 |
| Binary | 101011 | 10010010 | 1011101 | 1000111 | 0 | 100100 | 101011 | 10010101 | 110110 | 100101 |
Color Harmonies of #2B925D
Complementary color
Monochromatic Colors of #2B925D
Black with #2B925D
Text Example
Text Example
White with #2B925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B925D; }
p { color: rgb(43,146,93); }
H1.HeaderClassName
{
color: #2B925D;
}
.AnyTagClassName
{
color: #2B925D;
}
</style>
background-color css
<style>
a { background-color: #2B925D; }
a { background-color: rgb(43,146,93); }
div.DivClassName
{
background-color: #2B925D;
}
.BgClassName
{
background-color: #2B925D;
}
</style>
border-color css
<style>
span { border-color: #2B925D; }
span { border-color: rgb(43,146,93); }
td.TdClassName
{
border-color: #2B925D;
}
.TagClassName
{
border-color: #2B925D;
}
</style>