#2CA66C

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

Shades of Eucalyptus #2CA66C

Tints of Eucalyptus #2CA66C

Color information

#2CA66C (or 0x2CA66C) is unknown color: approx Eucalyptus. HEX triplet: 2C, A6 and 6C. RGB value is (44,166,108). Sum of RGB (Red+Green+Blue) = 44+166+108=318 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.84% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA66C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA66C is #D35993. Grayscale: #7B7B7B. Windows color (decimal): -13851028 or 7120428. OLE color: 7120428.

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

Color convert

RGB44166108-
CMYK0.7300.350.35
HSL151.48º58.1%41.18%-
HSV(B)151.48º73.49%65.1%-
XYZ17.3828.8918.85-
YUV122.91119.5871.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.84%
GREEN value IS 166 (65.23% from 255) = 52.20%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=13.84%
G=52.20%
B=33.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal441661080.7300.350.35151.4858.141.18
Hex2CA66C4902323973a29
Octal54246154111043432277251
Binary1011001010011011011001001001010001110001110010111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,166,108); }

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

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

 a { background-color: rgb(44,166,108); }

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

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

 span { border-color: rgb(44,166,108); }

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