#2A9859

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

Shades of Eucalyptus #2A9859

Tints of Eucalyptus #2A9859

Color information

#2A9859 (or 0x2A9859) is unknown color: approx Eucalyptus. HEX triplet: 2A, 98 and 59. RGB value is (42,152,89). Sum of RGB (Red+Green+Blue) = 42+152+89=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #2A9859 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9859 is #D567A6. Grayscale: #707070. Windows color (decimal): -13985703 or 5871658. OLE color: 5871658.

HSL color Cylindrical-coordinate representation of color #2A9859: hue angle of 145.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9859 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB4215289-
CMYK0.7200.410.40
HSL145.64º56.7%38.04%-
HSV(B)145.64º72.37%59.61%-
XYZ13.9923.6713.28-
YUV111.93115.0678.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.84%
GREEN value IS 152 (59.77% from 255) = 53.71%
BLUE value IS 89 (35.16% from 255) = 31.45%
R=14.84%
G=53.71%
B=31.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42152890.7200.410.40145.6456.738.04
Hex2A98594802928923926
Octal52230131110051502227146
Binary1010101001100010110011001000010100110100010010010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,152,89); }

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

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

 a { background-color: rgb(42,152,89); }

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

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

 span { border-color: rgb(42,152,89); }

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