#2b9859

Color #2B9859 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #2B9859

Tints of Eucalyptus #2B9859

Color information

#2B9859 (or 0x2B9859) is unknown color: approx Eucalyptus. HEX triplet: 2B, 98 and 59. RGB value is (43,152,89). Sum of RGB (Red+Green+Blue) = 43+152+89=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9859 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9859 is #D467A6. Grayscale: #707070. Windows color (decimal): -13920167 or 5871659. OLE color: 5871659.

HSL color Cylindrical-coordinate representation of color #2B9859: hue angle of 145.32º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9859 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB4315289-
CMYK0.7200.410.40
HSL145.32º55.9%38.24%-
HSV(B)145.32º71.71%59.61%-
XYZ14.0323.6913.28-
YUV112.23114.8978.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 15.14%
GREEN value IS 152 (59.77% from 255) = 53.52%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=15.14%
G=53.52%
B=31.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43152890.7200.410.40145.3255.938.24
Hex2B98594802928913826
Octal53230131110051502217046
Binary1010111001100010110011001000010100110100010010001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b9859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2b9859; }

 p { color: rgb(43,152,89); }

 H1.HeaderClassName
 {
   color: #2b9859;
 }
 .AnyTagClassName
 {
   color: #2b9859;
 }
</style>
background-color css

<style>
 a { background-color: #2b9859; }

 a { background-color: rgb(43,152,89); }

 div.DivClassName
 {
   background-color: #2b9859;
 }
 .BgClassName
 {
   background-color: #2b9859;
 }
</style>
border-color css

<style>
 span { border-color: #2b9859; }

 span { border-color: rgb(43,152,89); }

 td.TdClassName
 {
   border-color: #2b9859;
 }
 .TagClassName
 {
   border-color: #2b9859;
 }
</style>