#2DA053

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

Shades of Eucalyptus #2DA053

Tints of Eucalyptus #2DA053

Color information

#2DA053 (or 0x2DA053) is unknown color: approx Eucalyptus. HEX triplet: 2D, A0 and 53. RGB value is (45,160,83). Sum of RGB (Red+Green+Blue) = 45+160+83=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA053 is #D25FAC. Grayscale: #757575. Windows color (decimal): -13787053 or 5480493. OLE color: 5480493.

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

Color convert

RGB4516083-
CMYK0.7200.480.37
HSL139.83º56.1%40.2%-
HSV(B)139.83º71.88%62.75%-
XYZ15.2126.3212.46-
YUV116.84108.976.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.62%
GREEN value IS 160 (62.89% from 255) = 55.56%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=15.62%
G=55.56%
B=28.82%

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
Decimal45160830.7200.480.37139.8356.140.2
Hex2DA05348030258c3828
Octal55240123110060452147050
Binary1011011010000010100111001000011000010010110001100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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