#2CA661

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

Shades of Eucalyptus #2CA661

Tints of Eucalyptus #2CA661

Color information

#2CA661 (or 0x2CA661) is unknown color: approx Eucalyptus. HEX triplet: 2C, A6 and 61. RGB value is (44,166,97). Sum of RGB (Red+Green+Blue) = 44+166+97=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA661 is #D3599E. Grayscale: #797979. Windows color (decimal): -13851039 or 6399532. OLE color: 6399532.

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

Color convert

RGB4416697-
CMYK0.7300.420.35
HSL146.07º58.1%41.18%-
HSV(B)146.07º73.49%65.1%-
XYZ16.8328.6715.96-
YUV121.66114.0872.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.33%
GREEN value IS 166 (65.23% from 255) = 54.07%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=14.33%
G=54.07%
B=31.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44166970.7300.420.35146.0758.141.18
Hex2CA6614902A23923a29
Octal54246141111052432227251
Binary1011001010011011000011001001010101010001110010010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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