Shades of Eucalyptus #2B9268
Tints of Eucalyptus #2B9268
RGB
CMYK
RGB Variations
Color information
#2B9268 (or 0x2B9268) is known color: Eucalyptus. HEX triplet: 2B, 92 and 68. RGB value is (43,146,104). Sum of RGB (Red+Green+Blue) = 43+146+104=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9268 is #D46D97. Grayscale: #6E6E6E. Windows color (decimal): -13921688 or 6853163. OLE color: 6853163.
HSL color Cylindrical-coordinate representation of color #2B9268: hue angle of 155.53º 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 #2B9268 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 104 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.43 |
| HSL | 155.53º | 0.54% | 0.37% | - |
| HSV(B) | 155.53º | 0.71% | 0.57% | - |
| XYZ | 13.77 | 22.07 | 16.63 | - |
| YUV | 110.42 | 124.38 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 104 | 0.71 | 0 | 0.29 | 0.43 | 155.53 | 0.54 | 0.37 |
| Hex | 2B | 92 | 68 | 47 | 0 | 1D | 2B | 9C | 36 | 25 |
| Octal | 53 | 222 | 150 | 107 | 0 | 35 | 53 | 234 | 66 | 45 |
| Binary | 101011 | 10010010 | 1101000 | 1000111 | 0 | 11101 | 101011 | 10011100 | 110110 | 100101 |
Color Harmonies of #2B9268
Complementary color
Monochromatic Colors of #2B9268
Black with #2B9268
Text Example
Text Example
White with #2B9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9268; }
p { color: rgb(43,146,104); }
H1.HeaderClassName
{
color: #2B9268;
}
.AnyTagClassName
{
color: #2B9268;
}
</style>
background-color css
<style>
a { background-color: #2B9268; }
a { background-color: rgb(43,146,104); }
div.DivClassName
{
background-color: #2B9268;
}
.BgClassName
{
background-color: #2B9268;
}
</style>
border-color css
<style>
span { border-color: #2B9268; }
span { border-color: rgb(43,146,104); }
td.TdClassName
{
border-color: #2B9268;
}
.TagClassName
{
border-color: #2B9268;
}
</style>