#2C915E

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

Shades of Eucalyptus #2C915E

Tints of Eucalyptus #2C915E

Color information

#2C915E (or 0x2C915E) is unknown color: approx Eucalyptus. HEX triplet: 2C, 91 and 5E. RGB value is (44,145,94). Sum of RGB (Red+Green+Blue) = 44+145+94=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #2C915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C915E is #D36EA1. Grayscale: #6D6D6D. Windows color (decimal): -13856418 or 6197548. OLE color: 6197548.

HSL color Cylindrical-coordinate representation of color #2C915E: hue angle of 149.7º degrees, saturation: 0.53, 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 #2C915E is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB4414594-
CMYK0.7000.350.43
HSL149.7º53.44%37.06%-
HSV(B)149.7º69.66%56.86%-
XYZ13.1821.5914.06-
YUV108.99119.5481.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.55%
GREEN value IS 145 (57.03% from 255) = 51.24%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=15.55%
G=51.24%
B=33.22%

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
Decimal44145940.7000.350.43149.753.4437.06
Hex2C915E460232B963525
Octal54221136106043532266545
Binary1011001001000110111101000110010001110101110010110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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