#2A965A

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

Shades of Eucalyptus #2A965A

Tints of Eucalyptus #2A965A

Color information

#2A965A (or 0x2A965A) is unknown color: approx Eucalyptus. HEX triplet: 2A, 96 and 5A. RGB value is (42,150,90). Sum of RGB (Red+Green+Blue) = 42+150+90=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #2A965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A965A is #D569A5. Grayscale: #6F6F6F. Windows color (decimal): -13986214 or 5936682. OLE color: 5936682.

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

Color convert

RGB4215090-
CMYK0.7200.40.41
HSL146.67º56.25%37.65%-
HSV(B)146.67º72%58.82%-
XYZ13.7123.0413.4-
YUV110.87116.2278.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.89%
GREEN value IS 150 (58.98% from 255) = 53.19%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=14.89%
G=53.19%
B=31.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42150900.7200.40.41146.6756.2537.65
Hex2A965A4802829933826
Octal52226132110050512237046
Binary1010101001011010110101001000010100010100110010011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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