#2DA064

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

Shades of Eucalyptus #2DA064

Tints of Eucalyptus #2DA064

Color information

#2DA064 (or 0x2DA064) is unknown color: approx Eucalyptus. HEX triplet: 2D, A0 and 64. RGB value is (45,160,100). Sum of RGB (Red+Green+Blue) = 45+160+100=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA064 is #D25F9B. Grayscale: #767676. Windows color (decimal): -13787036 or 6594605. OLE color: 6594605.

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

Color convert

RGB45160100-
CMYK0.7200.380.37
HSL148.7º56.1%40.2%-
HSV(B)148.7º71.88%62.75%-
XYZ15.9526.6216.35-
YUV118.78117.475.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.75%
GREEN value IS 160 (62.89% from 255) = 52.46%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=14.75%
G=52.46%
B=32.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal451601000.7200.380.37148.756.140.2
Hex2DA0644802625953828
Octal55240144110046452257050
Binary1011011010000011001001001000010011010010110010101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,160,100); }

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

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

 a { background-color: rgb(45,160,100); }

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

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

 span { border-color: rgb(45,160,100); }

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