#2A9C57

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

Shades of Eucalyptus #2A9C57

Tints of Eucalyptus #2A9C57

Color information

#2A9C57 (or 0x2A9C57) is unknown color: approx Eucalyptus. HEX triplet: 2A, 9C and 57. RGB value is (42,156,87). Sum of RGB (Red+Green+Blue) = 42+156+87=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9C57 is #D563A8. Grayscale: #727272. Windows color (decimal): -13984681 or 5741610. OLE color: 5741610.

HSL color Cylindrical-coordinate representation of color #2A9C57: hue angle of 143.68º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9C57 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB4215687-
CMYK0.7300.440.39
HSL143.68º57.58%38.82%-
HSV(B)143.68º73.08%61.18%-
XYZ14.5624.9613.07-
YUV114.05112.7376.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.74%
GREEN value IS 156 (61.33% from 255) = 54.74%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=14.74%
G=54.74%
B=30.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42156870.7300.440.39143.6857.5838.82
Hex2A9C574902C27903a27
Octal52234127111054472207247
Binary1010101001110010101111001001010110010011110010000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,156,87); }

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

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

 a { background-color: rgb(42,156,87); }

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

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

 span { border-color: rgb(42,156,87); }

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