#2CAE5A

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

Shades of Eucalyptus #2CAE5A

Tints of Eucalyptus #2CAE5A

Color information

#2CAE5A (or 0x2CAE5A) is unknown color: approx Eucalyptus. HEX triplet: 2C, AE and 5A. RGB value is (44,174,90). Sum of RGB (Red+Green+Blue) = 44+174+90=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAE5A is #D351A5. Grayscale: #7D7D7D. Windows color (decimal): -13848998 or 5942828. OLE color: 5942828.

HSL color Cylindrical-coordinate representation of color #2CAE5A: hue angle of 141.23º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAE5A is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB4417490-
CMYK0.7500.480.32
HSL141.23º59.63%42.75%-
HSV(B)141.23º74.71%68.24%-
XYZ18.0231.5514.81-
YUV125.55107.9369.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.29%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=14.29%
G=56.49%
B=29.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44174900.7500.480.32141.2359.6342.75
Hex2CAE5A4B030208d3c2b
Octal54256132113060402157453
Binary1011001010111010110101001011011000010000010001101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,174,90); }

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

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

 a { background-color: rgb(44,174,90); }

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

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

 span { border-color: rgb(44,174,90); }

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