#2A965F

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

Shades of Eucalyptus #2A965F

Tints of Eucalyptus #2A965F

Color information

#2A965F (or 0x2A965F) is unknown color: approx Eucalyptus. HEX triplet: 2A, 96 and 5F. RGB value is (42,150,95). Sum of RGB (Red+Green+Blue) = 42+150+95=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #2A965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A965F is #D569A0. Grayscale: #6F6F6F. Windows color (decimal): -13986209 or 6264362. OLE color: 6264362.

HSL color Cylindrical-coordinate representation of color #2A965F: hue angle of 149.44º 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 #2A965F is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB4215095-
CMYK0.7200.370.41
HSL149.44º56.25%37.65%-
HSV(B)149.44º72%58.82%-
XYZ13.9323.1314.56-
YUV111.44118.7278.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.63%
GREEN value IS 150 (58.98% from 255) = 52.26%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=14.63%
G=52.26%
B=33.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42150950.7200.370.41149.4456.2537.65
Hex2A965F4802529953826
Octal52226137110045512257046
Binary1010101001011010111111001000010010110100110010101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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