#2CA55F

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

Shades of Eucalyptus #2CA55F

Tints of Eucalyptus #2CA55F

Color information

#2CA55F (or 0x2CA55F) is unknown color: approx Eucalyptus. HEX triplet: 2C, A5 and 5F. RGB value is (44,165,95). Sum of RGB (Red+Green+Blue) = 44+165+95=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 165 (64.84% from 255 or 54.28% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA55F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA55F is #D35AA0. Grayscale: #797979. Windows color (decimal): -13851297 or 6268204. OLE color: 6268204.

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

Color convert

RGB4416595-
CMYK0.7300.420.35
HSL145.29º57.89%40.98%-
HSV(B)145.29º73.33%64.71%-
XYZ16.5628.2715.41-
YUV120.84113.4173.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.47%
GREEN value IS 165 (64.84% from 255) = 54.28%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=14.47%
G=54.28%
B=31.25%

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
Decimal44165950.7300.420.35145.2957.8940.98
Hex2CA55F4902A23913a29
Octal54245137111052432217251
Binary1011001010010110111111001001010101010001110010001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,165,95); }

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

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

 a { background-color: rgb(44,165,95); }

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

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

 span { border-color: rgb(44,165,95); }

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