#2CA665

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

Shades of Eucalyptus #2CA665

Tints of Eucalyptus #2CA665

Color information

#2CA665 (or 0x2CA665) is unknown color: approx Eucalyptus. HEX triplet: 2C, A6 and 65. RGB value is (44,166,101). Sum of RGB (Red+Green+Blue) = 44+166+101=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA665 is #D3599A. Grayscale: #7A7A7A. Windows color (decimal): -13851035 or 6661676. OLE color: 6661676.

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

Color convert

RGB44166101-
CMYK0.7300.390.35
HSL148.03º58.1%41.18%-
HSV(B)148.03º73.49%65.1%-
XYZ17.0228.7516.96-
YUV122.11116.0872.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.15%
GREEN value IS 166 (65.23% from 255) = 53.38%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=14.15%
G=53.38%
B=32.48%

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
Decimal441661010.7300.390.35148.0358.141.18
Hex2CA6654902723943a29
Octal54246145111047432247251
Binary1011001010011011001011001001010011110001110010100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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