#2CA46D

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

Shades of Eucalyptus #2CA46D

Tints of Eucalyptus #2CA46D

Color information

#2CA46D (or 0x2CA46D) is unknown color: approx Eucalyptus. HEX triplet: 2C, A4 and 6D. RGB value is (44,164,109). Sum of RGB (Red+Green+Blue) = 44+164+109=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA46D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA46D is #D35B92. Grayscale: #797979. Windows color (decimal): -13851539 or 7185452. OLE color: 7185452.

HSL color Cylindrical-coordinate representation of color #2CA46D: hue angle of 152.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA46D is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB44164109-
CMYK0.7300.340.36
HSL152.5º57.69%40.78%-
HSV(B)152.5º73.17%64.31%-
XYZ17.0728.1919.01-
YUV121.85120.7472.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.88%
GREEN value IS 164 (64.45% from 255) = 51.74%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=13.88%
G=51.74%
B=34.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441641090.7300.340.36152.557.6940.78
Hex2CA46D4902224983a29
Octal54244155111042442307251
Binary1011001010010011011011001001010001010010010011000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,164,109); }

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

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

 a { background-color: rgb(44,164,109); }

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

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

 span { border-color: rgb(44,164,109); }

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