#2A955A

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

Shades of Eucalyptus #2A955A

Tints of Eucalyptus #2A955A

Color information

#2A955A (or 0x2A955A) is unknown color: approx Eucalyptus. HEX triplet: 2A, 95 and 5A. RGB value is (42,149,90). Sum of RGB (Red+Green+Blue) = 42+149+90=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #2A955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A955A is #D56AA5. Grayscale: #6E6E6E. Windows color (decimal): -13986470 or 5936426. OLE color: 5936426.

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

Color convert

RGB4214990-
CMYK0.7200.400.42
HSL146.92º56.02%37.45%-
HSV(B)146.92º71.81%58.43%-
XYZ13.5522.7313.35-
YUV110.28116.5579.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.95%
GREEN value IS 149 (58.59% from 255) = 53.02%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=14.95%
G=53.02%
B=32.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42149900.7200.400.42146.9256.0237.45
Hex2A955A480282A933825
Octal52225132110050522237045
Binary1010101001010110110101001000010100010101010010011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,149,90); }

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

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

 a { background-color: rgb(42,149,90); }

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

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

 span { border-color: rgb(42,149,90); }

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