#2DA355

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

Shades of Eucalyptus #2DA355

Tints of Eucalyptus #2DA355

Color information

#2DA355 (or 0x2DA355) is unknown color: approx Eucalyptus. HEX triplet: 2D, A3 and 55. RGB value is (45,163,85). Sum of RGB (Red+Green+Blue) = 45+163+85=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA355 is #D25CAA. Grayscale: #777777. Windows color (decimal): -13786283 or 5612333. OLE color: 5612333.

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

Color convert

RGB4516385-
CMYK0.7200.480.36
HSL140.34º56.73%40.78%-
HSV(B)140.34º72.39%63.92%-
XYZ15.8227.4113.05-
YUV118.83108.9175.34-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.36%
GREEN value IS 163 (64.06% from 255) = 55.63%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=15.36%
G=55.63%
B=29.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45163850.7200.480.36140.3456.7340.78
Hex2DA35548030248c3929
Octal55243125110060442147151
Binary1011011010001110101011001000011000010010010001100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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