#2DA66C

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

Shades of Eucalyptus #2DA66C

Tints of Eucalyptus #2DA66C

Color information

#2DA66C (or 0x2DA66C) is unknown color: approx Eucalyptus. HEX triplet: 2D, A6 and 6C. RGB value is (45,166,108). Sum of RGB (Red+Green+Blue) = 45+166+108=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA66C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA66C is #D25993. Grayscale: #7B7B7B. Windows color (decimal): -13785492 or 7120429. OLE color: 7120429.

HSL color Cylindrical-coordinate representation of color #2DA66C: hue angle of 151.24º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA66C is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB45166108-
CMYK0.7300.350.35
HSL151.24º57.35%41.37%-
HSV(B)151.24º72.89%65.1%-
XYZ17.4328.9118.85-
YUV123.21119.4172.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.11%
GREEN value IS 166 (65.23% from 255) = 52.04%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=14.11%
G=52.04%
B=33.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal451661080.7300.350.35151.2457.3541.37
Hex2DA66C4902323973929
Octal55246154111043432277151
Binary1011011010011011011001001001010001110001110010111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,166,108); }

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

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

 a { background-color: rgb(45,166,108); }

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

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

 span { border-color: rgb(45,166,108); }

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