#2CA666

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

Shades of Eucalyptus #2CA666

Tints of Eucalyptus #2CA666

Color information

#2CA666 (or 0x2CA666) is unknown color: approx Eucalyptus. HEX triplet: 2C, A6 and 66. RGB value is (44,166,102). Sum of RGB (Red+Green+Blue) = 44+166+102=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA666 is #D35999. Grayscale: #7A7A7A. Windows color (decimal): -13851034 or 6727212. OLE color: 6727212.

HSL color Cylindrical-coordinate representation of color #2CA666: hue angle of 148.52º 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 #2CA666 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB44166102-
CMYK0.7300.390.35
HSL148.52º58.1%41.18%-
HSV(B)148.52º73.49%65.1%-
XYZ17.0728.7717.22-
YUV122.23116.5872.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.10%
GREEN value IS 166 (65.23% from 255) = 53.21%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=14.10%
G=53.21%
B=32.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal441661020.7300.390.35148.5258.141.18
Hex2CA6664902723953a29
Octal54246146111047432257251
Binary1011001010011011001101001001010011110001110010101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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