#2A8E63

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

Shades of Eucalyptus #2A8E63

Tints of Eucalyptus #2A8E63

Color information

#2A8E63 (or 0x2A8E63) is unknown color: approx Eucalyptus. HEX triplet: 2A, 8E and 63. RGB value is (42,142,99). Sum of RGB (Red+Green+Blue) = 42+142+99=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8E63 is #D5719C. Grayscale: #6B6B6B. Windows color (decimal): -13988253 or 6524458. OLE color: 6524458.

HSL color Cylindrical-coordinate representation of color #2A8E63: hue angle of 154.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8E63 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB4214299-
CMYK0.7000.300.44
HSL154.2º54.35%36.08%-
HSV(B)154.2º70.42%55.69%-
XYZ12.8820.7415.13-
YUV107.2123.3781.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.84%
GREEN value IS 142 (55.86% from 255) = 50.18%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=14.84%
G=50.18%
B=34.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42142990.7000.300.44154.254.3536.08
Hex2A8E634601E2C9a3624
Octal52216143106036542326644
Binary101010100011101100011100011001111010110010011010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,142,99); }

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

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

 a { background-color: rgb(42,142,99); }

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

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

 span { border-color: rgb(42,142,99); }

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