#2CA463

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

Shades of Eucalyptus #2CA463

Tints of Eucalyptus #2CA463

Color information

#2CA463 (or 0x2CA463) is unknown color: approx Eucalyptus. HEX triplet: 2C, A4 and 63. RGB value is (44,164,99). Sum of RGB (Red+Green+Blue) = 44+164+99=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA463 is #D35B9C. Grayscale: #787878. Windows color (decimal): -13851549 or 6530092. OLE color: 6530092.

HSL color Cylindrical-coordinate representation of color #2CA463: hue angle of 147.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 #2CA463 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB4416499-
CMYK0.7300.400.36
HSL147.5º57.69%40.78%-
HSV(B)147.5º73.17%64.31%-
XYZ16.5727.9916.33-
YUV120.71115.7473.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.33%
GREEN value IS 164 (64.45% from 255) = 53.42%
BLUE value IS 99 (39.06% from 255) = 32.25%
R=14.33%
G=53.42%
B=32.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44164990.7300.400.36147.557.6940.78
Hex2CA4634902824943a29
Octal54244143111050442247251
Binary1011001010010011000111001001010100010010010010100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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