#2DA356

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

Shades of Eucalyptus #2DA356

Tints of Eucalyptus #2DA356

Color information

#2DA356 (or 0x2DA356) is unknown color: approx Eucalyptus. HEX triplet: 2D, A3 and 56. RGB value is (45,163,86). Sum of RGB (Red+Green+Blue) = 45+163+86=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 163 (64.06% from 255 or 55.44% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA356 is #D25CA9. Grayscale: #777777. Windows color (decimal): -13786282 or 5677869. OLE color: 5677869.

HSL color Cylindrical-coordinate representation of color #2DA356: hue angle of 140.85º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA356 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB4516386-
CMYK0.7200.470.36
HSL140.85º56.73%40.78%-
HSV(B)140.85º72.39%63.92%-
XYZ15.8627.4213.26-
YUV118.94109.4175.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.31%
GREEN value IS 163 (64.06% from 255) = 55.44%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=15.31%
G=55.44%
B=29.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45163860.7200.470.36140.8556.7340.78
Hex2DA3564802F248d3929
Octal55243126110057442157151
Binary1011011010001110101101001000010111110010010001101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,163,86); }

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

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

 a { background-color: rgb(45,163,86); }

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

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

 span { border-color: rgb(45,163,86); }

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