#2B985E

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

Shades of Eucalyptus #2B985E

Tints of Eucalyptus #2B985E

Color information

#2B985E (or 0x2B985E) is unknown color: approx Eucalyptus. HEX triplet: 2B, 98 and 5E. RGB value is (43,152,94). Sum of RGB (Red+Green+Blue) = 43+152+94=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #2B985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B985E is #D467A1. Grayscale: #707070. Windows color (decimal): -13920162 or 6199339. OLE color: 6199339.

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

Color convert

RGB4315294-
CMYK0.7200.380.40
HSL148.07º55.9%38.24%-
HSV(B)148.07º71.71%59.61%-
XYZ14.2423.7814.43-
YUV112.8117.3978.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.88%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=14.88%
G=52.60%
B=32.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43152940.7200.380.40148.0755.938.24
Hex2B985E4802628943826
Octal53230136110046502247046
Binary1010111001100010111101001000010011010100010010100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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