#2B915E

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

Shades of Eucalyptus #2B915E

Tints of Eucalyptus #2B915E

Color information

#2B915E (or 0x2B915E) is unknown color: approx Eucalyptus. HEX triplet: 2B, 91 and 5E. RGB value is (43,145,94). Sum of RGB (Red+Green+Blue) = 43+145+94=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #2B915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B915E is #D46EA1. Grayscale: #6C6C6C. Windows color (decimal): -13921954 or 6197547. OLE color: 6197547.

HSL color Cylindrical-coordinate representation of color #2B915E: hue angle of 150º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B915E is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB4314594-
CMYK0.7000.350.43
HSL150º54.26%36.86%-
HSV(B)150º70.34%56.86%-
XYZ13.1421.5714.06-
YUV108.69119.7181.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.25%
GREEN value IS 145 (57.03% from 255) = 51.42%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=15.25%
G=51.42%
B=33.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43145940.7000.350.4315054.2636.86
Hex2B915E460232B963625
Octal53221136106043532266645
Binary1010111001000110111101000110010001110101110010110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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