#2ca95d

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

Shades of Eucalyptus #2CA95D

Tints of Eucalyptus #2CA95D

Color information

#2CA95D (or 0x2CA95D) is unknown color: approx Eucalyptus. HEX triplet: 2C, A9 and 5D. RGB value is (44,169,93). Sum of RGB (Red+Green+Blue) = 44+169+93=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 169 (66.41% from 255 or 55.23% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 169 - color contains mainly: green. Hex color #2CA95D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA95D is #D356A2. Grayscale: #7B7B7B. Windows color (decimal): -13850275 or 6138156. OLE color: 6138156.

HSL color Cylindrical-coordinate representation of color #2CA95D: hue angle of 143.52º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA95D is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB4416993-
CMYK0.7400.450.34
HSL143.52º58.69%41.76%-
HSV(B)143.52º73.96%66.27%-
XYZ17.229.715.18-
YUV122.96111.0971.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.38%
GREEN value IS 169 (66.41% from 255) = 55.23%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=14.38%
G=55.23%
B=30.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal44169930.7400.450.34143.5258.6941.76
Hex2CA95D4A02D22903b2a
Octal54251135112055422207352
Binary1011001010100110111011001010010110110001010010000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ca95d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,169,93); }

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

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

 a { background-color: rgb(44,169,93); }

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

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

 span { border-color: rgb(44,169,93); }

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