Shades of Eucalyptus #2BA46C
Tints of Eucalyptus #2BA46C
RGB
CMYK
RGB Variations
Color information
#2BA46C (or 0x2BA46C) is known color: Eucalyptus. HEX triplet: 2B, A4 and 6C. RGB value is (43,164,108). Sum of RGB (Red+Green+Blue) = 43+164+108=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA46C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA46C is #D45B93. Grayscale: #797979. Windows color (decimal): -13917076 or 7119915. OLE color: 7119915.
HSL color Cylindrical-coordinate representation of color #2BA46C: hue angle of 152.23º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA46C is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 164 | 108 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.36 |
| HSL | 152.23º | 0.58% | 0.41% | - |
| HSV(B) | 152.23º | 0.74% | 0.64% | - |
| XYZ | 16.98 | 28.15 | 18.73 | - |
| YUV | 121.44 | 120.41 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 164 | 108 | 0.74 | 0 | 0.34 | 0.36 | 152.23 | 0.58 | 0.41 |
| Hex | 2B | A4 | 6C | 4A | 0 | 22 | 24 | 98 | 3A | 29 |
| Octal | 53 | 244 | 154 | 112 | 0 | 42 | 44 | 230 | 72 | 51 |
| Binary | 101011 | 10100100 | 1101100 | 1001010 | 0 | 100010 | 100100 | 10011000 | 111010 | 101001 |
Color Harmonies of #2BA46C
Complementary color
Monochromatic Colors of #2BA46C
Black with #2BA46C
Text Example
Text Example
White with #2BA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA46C; }
p { color: rgb(43,164,108); }
H1.HeaderClassName
{
color: #2BA46C;
}
.AnyTagClassName
{
color: #2BA46C;
}
</style>
background-color css
<style>
a { background-color: #2BA46C; }
a { background-color: rgb(43,164,108); }
div.DivClassName
{
background-color: #2BA46C;
}
.BgClassName
{
background-color: #2BA46C;
}
</style>
border-color css
<style>
span { border-color: #2BA46C; }
span { border-color: rgb(43,164,108); }
td.TdClassName
{
border-color: #2BA46C;
}
.TagClassName
{
border-color: #2BA46C;
}
</style>