#2A9364

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

Shades of Eucalyptus #2A9364

Tints of Eucalyptus #2A9364

Color information

#2A9364 (or 0x2A9364) is unknown color: approx Eucalyptus. HEX triplet: 2A, 93 and 64. RGB value is (42,147,100). Sum of RGB (Red+Green+Blue) = 42+147+100=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9364 is #D56C9B. Grayscale: #6E6E6E. Windows color (decimal): -13986972 or 6591274. OLE color: 6591274.

HSL color Cylindrical-coordinate representation of color #2A9364: hue angle of 153.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9364 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB42147100-
CMYK0.7100.320.42
HSL153.14º55.56%37.06%-
HSV(B)153.14º71.43%57.65%-
XYZ13.6922.2815.64-
YUV110.25122.2179.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.53%
GREEN value IS 147 (57.81% from 255) = 50.87%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=14.53%
G=50.87%
B=34.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal421471000.7100.320.42153.1455.5637.06
Hex2A9364470202A993825
Octal52223144107040522317045
Binary1010101001001111001001000111010000010101010011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,147,100); }

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

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

 a { background-color: rgb(42,147,100); }

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

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

 span { border-color: rgb(42,147,100); }

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