#2B8D65

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

Shades of Eucalyptus #2B8D65

Tints of Eucalyptus #2B8D65

Color information

#2B8D65 (or 0x2B8D65) is unknown color: approx Eucalyptus. HEX triplet: 2B, 8D and 65. RGB value is (43,141,101). Sum of RGB (Red+Green+Blue) = 43+141+101=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8D65 is #D4729A. Grayscale: #6B6B6B. Windows color (decimal): -13922971 or 6655275. OLE color: 6655275.

HSL color Cylindrical-coordinate representation of color #2B8D65: hue angle of 155.51º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8D65 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB43141101-
CMYK0.7000.280.45
HSL155.51º53.26%36.08%-
HSV(B)155.51º69.5%55.29%-
XYZ12.8720.515.59-
YUV107.14124.5382.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=15.09%
G=49.47%
B=35.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431411010.7000.280.45155.5153.2636.08
Hex2B8D654601C2D9c3524
Octal53215145106034552346544
Binary101011100011011100101100011001110010110110011100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,141,101); }

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

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

 a { background-color: rgb(43,141,101); }

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

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

 span { border-color: rgb(43,141,101); }

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