Shades of Eucalyptus #2B9263
Tints of Eucalyptus #2B9263
RGB
CMYK
RGB Variations
Color information
#2B9263 (or 0x2B9263) is known color: Eucalyptus. HEX triplet: 2B, 92 and 63. RGB value is (43,146,99). Sum of RGB (Red+Green+Blue) = 43+146+99=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9263 is #D46D9C. Grayscale: #6D6D6D. Windows color (decimal): -13921693 or 6525483. OLE color: 6525483.
HSL color Cylindrical-coordinate representation of color #2B9263: hue angle of 152.62º 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 #2B9263 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 99 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.43 |
| HSL | 152.62º | 0.54% | 0.37% | - |
| HSV(B) | 152.62º | 0.71% | 0.57% | - |
| XYZ | 13.53 | 21.97 | 15.33 | - |
| YUV | 109.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 99 | 0.71 | 0 | 0.32 | 0.43 | 152.62 | 0.54 | 0.37 |
| Hex | 2B | 92 | 63 | 47 | 0 | 20 | 2B | 99 | 36 | 25 |
| Octal | 53 | 222 | 143 | 107 | 0 | 40 | 53 | 231 | 66 | 45 |
| Binary | 101011 | 10010010 | 1100011 | 1000111 | 0 | 100000 | 101011 | 10011001 | 110110 | 100101 |
Color Harmonies of #2B9263
Complementary color
Monochromatic Colors of #2B9263
Black with #2B9263
Text Example
Text Example
White with #2B9263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9263; }
p { color: rgb(43,146,99); }
H1.HeaderClassName
{
color: #2B9263;
}
.AnyTagClassName
{
color: #2B9263;
}
</style>
background-color css
<style>
a { background-color: #2B9263; }
a { background-color: rgb(43,146,99); }
div.DivClassName
{
background-color: #2B9263;
}
.BgClassName
{
background-color: #2B9263;
}
</style>
border-color css
<style>
span { border-color: #2B9263; }
span { border-color: rgb(43,146,99); }
td.TdClassName
{
border-color: #2B9263;
}
.TagClassName
{
border-color: #2B9263;
}
</style>