#2A9664

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

Shades of Eucalyptus #2A9664

Tints of Eucalyptus #2A9664

Color information

#2A9664 (or 0x2A9664) is unknown color: approx Eucalyptus. HEX triplet: 2A, 96 and 64. RGB value is (42,150,100). Sum of RGB (Red+Green+Blue) = 42+150+100=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #2A9664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9664 is #D5699B. Grayscale: #707070. Windows color (decimal): -13986204 or 6592042. OLE color: 6592042.

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

Color convert

RGB42150100-
CMYK0.7200.330.41
HSL152.22º56.25%37.65%-
HSV(B)152.22º72%58.82%-
XYZ14.1623.2315.79-
YUV112.01121.2278.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.38%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=14.38%
G=51.37%
B=34.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal421501000.7200.330.41152.2256.2537.65
Hex2A96644802129983826
Octal52226144110041512307046
Binary1010101001011011001001001000010000110100110011000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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