#2DA66B

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

Shades of Eucalyptus #2DA66B

Tints of Eucalyptus #2DA66B

Color information

#2DA66B (or 0x2DA66B) is unknown color: approx Eucalyptus. HEX triplet: 2D, A6 and 6B. RGB value is (45,166,107). Sum of RGB (Red+Green+Blue) = 45+166+107=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA66B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA66B is #D25994. Grayscale: #7B7B7B. Windows color (decimal): -13785493 or 7054893. OLE color: 7054893.

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

Color convert

RGB45166107-
CMYK0.7300.360.35
HSL150.74º57.35%41.37%-
HSV(B)150.74º72.89%65.1%-
XYZ17.3728.8918.57-
YUV123.1118.9172.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.15%
GREEN value IS 166 (65.23% from 255) = 52.20%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=14.15%
G=52.20%
B=33.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal451661070.7300.360.35150.7457.3541.37
Hex2DA66B4902423973929
Octal55246153111044432277151
Binary1011011010011011010111001001010010010001110010111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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