Shades of Eucalyptus #2BA968
Tints of Eucalyptus #2BA968
RGB
CMYK
RGB Variations
Color information
#2BA968 (or 0x2BA968) is known color: Eucalyptus. HEX triplet: 2B, A9 and 68. RGB value is (43,169,104). Sum of RGB (Red+Green+Blue) = 43+169+104=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 169 (66.41% from 255 or 53.48% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA968 is #D45697. Grayscale: #7C7C7C. Windows color (decimal): -13915800 or 6859051. OLE color: 6859051.
HSL color Cylindrical-coordinate representation of color #2BA968: hue angle of 149.05º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA968 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 104 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.34 |
| HSL | 149.05º | 0.59% | 0.42% | - |
| HSV(B) | 149.05º | 0.75% | 0.66% | - |
| XYZ | 17.68 | 29.89 | 17.93 | - |
| YUV | 123.92 | 116.76 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 104 | 0.75 | 0 | 0.38 | 0.34 | 149.05 | 0.59 | 0.42 |
| Hex | 2B | A9 | 68 | 4B | 0 | 26 | 22 | 95 | 3B | 2A |
| Octal | 53 | 251 | 150 | 113 | 0 | 46 | 42 | 225 | 73 | 52 |
| Binary | 101011 | 10101001 | 1101000 | 1001011 | 0 | 100110 | 100010 | 10010101 | 111011 | 101010 |
Color Harmonies of #2BA968
Complementary color
Monochromatic Colors of #2BA968
Black with #2BA968
Text Example
Text Example
White with #2BA968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA968; }
p { color: rgb(43,169,104); }
H1.HeaderClassName
{
color: #2BA968;
}
.AnyTagClassName
{
color: #2BA968;
}
</style>
background-color css
<style>
a { background-color: #2BA968; }
a { background-color: rgb(43,169,104); }
div.DivClassName
{
background-color: #2BA968;
}
.BgClassName
{
background-color: #2BA968;
}
</style>
border-color css
<style>
span { border-color: #2BA968; }
span { border-color: rgb(43,169,104); }
td.TdClassName
{
border-color: #2BA968;
}
.TagClassName
{
border-color: #2BA968;
}
</style>