#2CA85F

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

Shades of Eucalyptus #2CA85F

Tints of Eucalyptus #2CA85F

Color information

#2CA85F (or 0x2CA85F) is unknown color: approx Eucalyptus. HEX triplet: 2C, A8 and 5F. RGB value is (44,168,95). Sum of RGB (Red+Green+Blue) = 44+168+95=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #2CA85F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA85F is #D357A0. Grayscale: #7A7A7A. Windows color (decimal): -13850529 or 6268972. OLE color: 6268972.

HSL color Cylindrical-coordinate representation of color #2CA85F: hue angle of 144.68º degrees, saturation: 0.58, 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 #2CA85F is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB4416895-
CMYK0.7400.430.34
HSL144.68º58.49%41.57%-
HSV(B)144.68º73.81%65.88%-
XYZ17.1129.3715.59-
YUV122.6112.4271.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.33%
GREEN value IS 168 (66.02% from 255) = 54.72%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=14.33%
G=54.72%
B=30.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal44168950.7400.430.34144.6858.4941.57
Hex2CA85F4A02B22913a2a
Octal54250137112053422217252
Binary1011001010100010111111001010010101110001010010001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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