#2DA56C

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

Shades of Eucalyptus #2DA56C

Tints of Eucalyptus #2DA56C

Color information

#2DA56C (or 0x2DA56C) is unknown color: approx Eucalyptus. HEX triplet: 2D, A5 and 6C. RGB value is (45,165,108). Sum of RGB (Red+Green+Blue) = 45+165+108=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 165 (64.84% from 255 or 51.89% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA56C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA56C is #D25A93. Grayscale: #7A7A7A. Windows color (decimal): -13785748 or 7120173. OLE color: 7120173.

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

Color convert

RGB45165108-
CMYK0.7300.350.35
HSL151.5º57.14%41.18%-
HSV(B)151.5º72.73%64.71%-
XYZ17.2428.5518.79-
YUV122.62119.7472.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.15%
GREEN value IS 165 (64.84% from 255) = 51.89%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=14.15%
G=51.89%
B=33.96%

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
Decimal451651080.7300.350.35151.557.1441.18
Hex2DA56C4902323983929
Octal55245154111043432307151
Binary1011011010010111011001001001010001110001110011000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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