Shades of Eucalyptus #2BA669
Tints of Eucalyptus #2BA669
RGB
CMYK
RGB Variations
Color information
#2BA669 (or 0x2BA669) is known color: Eucalyptus. HEX triplet: 2B, A6 and 69. RGB value is (43,166,105). Sum of RGB (Red+Green+Blue) = 43+166+105=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA669 is #D45996. Grayscale: #7A7A7A. Windows color (decimal): -13916567 or 6923819. OLE color: 6923819.
HSL color Cylindrical-coordinate representation of color #2BA669: hue angle of 150.24º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA669 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 166 | 105 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.35 |
| HSL | 150.24º | 0.59% | 0.41% | - |
| HSV(B) | 150.24º | 0.74% | 0.65% | - |
| XYZ | 17.18 | 28.81 | 18.02 | - |
| YUV | 122.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 105 | 0.74 | 0 | 0.37 | 0.35 | 150.24 | 0.59 | 0.41 |
| Hex | 2B | A6 | 69 | 4A | 0 | 25 | 23 | 96 | 3B | 29 |
| Octal | 53 | 246 | 151 | 112 | 0 | 45 | 43 | 226 | 73 | 51 |
| Binary | 101011 | 10100110 | 1101001 | 1001010 | 0 | 100101 | 100011 | 10010110 | 111011 | 101001 |
Color Harmonies of #2BA669
Complementary color
Monochromatic Colors of #2BA669
Black with #2BA669
Text Example
Text Example
White with #2BA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA669; }
p { color: rgb(43,166,105); }
H1.HeaderClassName
{
color: #2BA669;
}
.AnyTagClassName
{
color: #2BA669;
}
</style>
background-color css
<style>
a { background-color: #2BA669; }
a { background-color: rgb(43,166,105); }
div.DivClassName
{
background-color: #2BA669;
}
.BgClassName
{
background-color: #2BA669;
}
</style>
border-color css
<style>
span { border-color: #2BA669; }
span { border-color: rgb(43,166,105); }
td.TdClassName
{
border-color: #2BA669;
}
.TagClassName
{
border-color: #2BA669;
}
</style>