#2B985A

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

Shades of Eucalyptus #2B985A

Tints of Eucalyptus #2B985A

Color information

#2B985A (or 0x2B985A) is unknown color: approx Eucalyptus. HEX triplet: 2B, 98 and 5A. RGB value is (43,152,90). Sum of RGB (Red+Green+Blue) = 43+152+90=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #2B985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B985A is #D467A5. Grayscale: #707070. Windows color (decimal): -13920166 or 5937195. OLE color: 5937195.

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

Color convert

RGB4315290-
CMYK0.7200.410.40
HSL145.87º55.9%38.24%-
HSV(B)145.87º71.71%59.61%-
XYZ14.0723.7113.51-
YUV112.34115.3978.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 152 (59.77% from 255) = 53.33%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=15.09%
G=53.33%
B=31.58%

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
Decimal43152900.7200.410.40145.8755.938.24
Hex2B985A4802928923826
Octal53230132110051502227046
Binary1010111001100010110101001000010100110100010010010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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