#2da054

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

Shades of Eucalyptus #2DA054

Tints of Eucalyptus #2DA054

Color information

#2DA054 (or 0x2DA054) is unknown color: approx Eucalyptus. HEX triplet: 2D, A0 and 54. RGB value is (45,160,84). Sum of RGB (Red+Green+Blue) = 45+160+84=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA054 is #D25FAB. Grayscale: #757575. Windows color (decimal): -13787052 or 5546029. OLE color: 5546029.

HSL color Cylindrical-coordinate representation of color #2DA054: hue angle of 140.35º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA054 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB4516084-
CMYK0.7200.480.37
HSL140.35º56.1%40.2%-
HSV(B)140.35º71.88%62.75%-
XYZ15.2526.3412.67-
YUV116.95109.476.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.57%
GREEN value IS 160 (62.89% from 255) = 55.36%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=15.57%
G=55.36%
B=29.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal45160840.7200.480.37140.3556.140.2
Hex2DA05448030258c3828
Octal55240124110060452147050
Binary1011011010000010101001001000011000010010110001100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2da054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,160,84); }

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

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

 a { background-color: rgb(45,160,84); }

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

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

 span { border-color: rgb(45,160,84); }

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