#2A9761

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

Shades of Eucalyptus #2A9761

Tints of Eucalyptus #2A9761

Color information

#2A9761 (or 0x2A9761) is unknown color: approx Eucalyptus. HEX triplet: 2A, 97 and 61. RGB value is (42,151,97). Sum of RGB (Red+Green+Blue) = 42+151+97=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #2A9761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9761 is #D5689E. Grayscale: #707070. Windows color (decimal): -13985951 or 6395690. OLE color: 6395690.

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

Color convert

RGB4215197-
CMYK0.7200.360.41
HSL150.28º56.48%37.84%-
HSV(B)150.28º72.19%59.22%-
XYZ14.1823.4915.1-
YUV112.25119.3977.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.48%
GREEN value IS 151 (59.38% from 255) = 52.07%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=14.48%
G=52.07%
B=33.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42151970.7200.360.41150.2856.4837.84
Hex2A97614802429963826
Octal52227141110044512267046
Binary1010101001011111000011001000010010010100110010110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,151,97); }

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

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

 a { background-color: rgb(42,151,97); }

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

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

 span { border-color: rgb(42,151,97); }

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