#2B9858

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

Shades of Eucalyptus #2B9858

Tints of Eucalyptus #2B9858

Color information

#2B9858 (or 0x2B9858) is unknown color: approx Eucalyptus. HEX triplet: 2B, 98 and 58. RGB value is (43,152,88). Sum of RGB (Red+Green+Blue) = 43+152+88=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9858 is #D467A7. Grayscale: #707070. Windows color (decimal): -13920168 or 5806123. OLE color: 5806123.

HSL color Cylindrical-coordinate representation of color #2B9858: hue angle of 144.77º 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 #2B9858 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB4315288-
CMYK0.7200.420.40
HSL144.77º55.9%38.24%-
HSV(B)144.77º71.71%59.61%-
XYZ13.9923.6713.07-
YUV112.11114.3978.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 152 (59.77% from 255) = 53.71%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=15.19%
G=53.71%
B=31.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43152880.7200.420.40144.7755.938.24
Hex2B98584802A28913826
Octal53230130110052502217046
Binary1010111001100010110001001000010101010100010010001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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