#2CA357

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

Shades of Eucalyptus #2CA357

Tints of Eucalyptus #2CA357

Color information

#2CA357 (or 0x2CA357) is unknown color: approx Eucalyptus. HEX triplet: 2C, A3 and 57. RGB value is (44,163,87). Sum of RGB (Red+Green+Blue) = 44+163+87=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 163 (64.06% from 255 or 55.44% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA357 is #D35CA8. Grayscale: #767676. Windows color (decimal): -13851817 or 5743404. OLE color: 5743404.

HSL color Cylindrical-coordinate representation of color #2CA357: hue angle of 141.68º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA357 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB4416387-
CMYK0.7300.470.36
HSL141.68º57.49%40.59%-
HSV(B)141.68º73.01%63.92%-
XYZ15.8627.4213.47-
YUV118.76110.0874.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.97%
GREEN value IS 163 (64.06% from 255) = 55.44%
BLUE value IS 87 (34.38% from 255) = 29.59%
R=14.97%
G=55.44%
B=29.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44163870.7300.470.36141.6857.4940.59
Hex2CA3574902F248e3929
Octal54243127111057442167151
Binary1011001010001110101111001001010111110010010001110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,163,87); }

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

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

 a { background-color: rgb(44,163,87); }

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

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

 span { border-color: rgb(44,163,87); }

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