Shades of Eucalyptus #2BA45C
Tints of Eucalyptus #2BA45C
RGB
CMYK
RGB Variations
Color information
#2BA45C (or 0x2BA45C) is known color: Eucalyptus. HEX triplet: 2B, A4 and 5C. RGB value is (43,164,92). Sum of RGB (Red+Green+Blue) = 43+164+92=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA45C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA45C is #D45BA3. Grayscale: #777777. Windows color (decimal): -13917092 or 6071339. OLE color: 6071339.
HSL color Cylindrical-coordinate representation of color #2BA45C: hue angle of 144.3º 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 #2BA45C is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 164 | 92 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.36 |
| HSL | 144.3º | 0.58% | 0.41% | - |
| HSV(B) | 144.3º | 0.74% | 0.64% | - |
| XYZ | 16.2 | 27.84 | 14.64 | - |
| YUV | 119.61 | 112.41 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 164 | 92 | 0.74 | 0 | 0.44 | 0.36 | 144.3 | 0.58 | 0.41 |
| Hex | 2B | A4 | 5C | 4A | 0 | 2C | 24 | 90 | 3A | 29 |
| Octal | 53 | 244 | 134 | 112 | 0 | 54 | 44 | 220 | 72 | 51 |
| Binary | 101011 | 10100100 | 1011100 | 1001010 | 0 | 101100 | 100100 | 10010000 | 111010 | 101001 |
Color Harmonies of #2BA45C
Complementary color
Monochromatic Colors of #2BA45C
Black with #2BA45C
Text Example
Text Example
White with #2BA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA45C; }
p { color: rgb(43,164,92); }
H1.HeaderClassName
{
color: #2BA45C;
}
.AnyTagClassName
{
color: #2BA45C;
}
</style>
background-color css
<style>
a { background-color: #2BA45C; }
a { background-color: rgb(43,164,92); }
div.DivClassName
{
background-color: #2BA45C;
}
.BgClassName
{
background-color: #2BA45C;
}
</style>
border-color css
<style>
span { border-color: #2BA45C; }
span { border-color: rgb(43,164,92); }
td.TdClassName
{
border-color: #2BA45C;
}
.TagClassName
{
border-color: #2BA45C;
}
</style>