#2A9068

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

Shades of Eucalyptus #2A9068

Tints of Eucalyptus #2A9068

Color information

#2A9068 (or 0x2A9068) is unknown color: approx Eucalyptus. HEX triplet: 2A, 90 and 68. RGB value is (42,144,104). Sum of RGB (Red+Green+Blue) = 42+144+104=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #2A9068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9068 is #D56F97. Grayscale: #6C6C6C. Windows color (decimal): -13987736 or 6852650. OLE color: 6852650.

HSL color Cylindrical-coordinate representation of color #2A9068: hue angle of 156.47º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9068 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB42144104-
CMYK0.7100.280.44
HSL156.47º54.84%36.47%-
HSV(B)156.47º70.83%56.47%-
XYZ13.4321.4416.53-
YUV108.94125.2180.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.48%
GREEN value IS 144 (56.64% from 255) = 49.66%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=14.48%
G=49.66%
B=35.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal421441040.7100.280.44156.4754.8436.47
Hex2A90684701C2C9c3724
Octal52220150107034542346744
Binary101010100100001101000100011101110010110010011100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,144,104); }

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

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

 a { background-color: rgb(42,144,104); }

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

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

 span { border-color: rgb(42,144,104); }

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