#2B985D

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

Shades of Eucalyptus #2B985D

Tints of Eucalyptus #2B985D

Color information

#2B985D (or 0x2B985D) is unknown color: approx Eucalyptus. HEX triplet: 2B, 98 and 5D. RGB value is (43,152,93). Sum of RGB (Red+Green+Blue) = 43+152+93=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #2B985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B985D is #D467A2. Grayscale: #707070. Windows color (decimal): -13920163 or 6133803. OLE color: 6133803.

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

Color convert

RGB4315293-
CMYK0.7200.390.40
HSL147.52º55.9%38.24%-
HSV(B)147.52º71.71%59.61%-
XYZ14.223.7614.19-
YUV112.68116.8978.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.93%
GREEN value IS 152 (59.77% from 255) = 52.78%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=14.93%
G=52.78%
B=32.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43152930.7200.390.40147.5255.938.24
Hex2B985D4802728943826
Octal53230135110047502247046
Binary1010111001100010111011001000010011110100010010100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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