#2A9363

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

Shades of Eucalyptus #2A9363

Tints of Eucalyptus #2A9363

Color information

#2A9363 (or 0x2A9363) is unknown color: approx Eucalyptus. HEX triplet: 2A, 93 and 63. RGB value is (42,147,99). Sum of RGB (Red+Green+Blue) = 42+147+99=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9363 is #D56C9C. Grayscale: #6E6E6E. Windows color (decimal): -13986973 or 6525738. OLE color: 6525738.

HSL color Cylindrical-coordinate representation of color #2A9363: hue angle of 152.57º 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 #2A9363 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB4214799-
CMYK0.7100.330.42
HSL152.57º55.56%37.06%-
HSV(B)152.57º71.43%57.65%-
XYZ13.6422.2615.38-
YUV110.13121.7179.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.58%
GREEN value IS 147 (57.81% from 255) = 51.04%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=14.58%
G=51.04%
B=34.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42147990.7100.330.42152.5755.5637.06
Hex2A9363470212A993825
Octal52223143107041522317045
Binary1010101001001111000111000111010000110101010011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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