#2DA761

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

Shades of Eucalyptus #2DA761

Tints of Eucalyptus #2DA761

Color information

#2DA761 (or 0x2DA761) is unknown color: approx Eucalyptus. HEX triplet: 2D, A7 and 61. RGB value is (45,167,97). Sum of RGB (Red+Green+Blue) = 45+167+97=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA761 is #D2589E. Grayscale: #7A7A7A. Windows color (decimal): -13785247 or 6399789. OLE color: 6399789.

HSL color Cylindrical-coordinate representation of color #2DA761: hue angle of 145.57º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA761 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB4516797-
CMYK0.7300.420.35
HSL145.57º57.55%41.57%-
HSV(B)145.57º73.05%65.49%-
XYZ17.0629.0616.02-
YUV122.54113.5872.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.56%
GREEN value IS 167 (65.62% from 255) = 54.05%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=14.56%
G=54.05%
B=31.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal45167970.7300.420.35145.5757.5541.57
Hex2DA7614902A23923a2a
Octal55247141111052432227252
Binary1011011010011111000011001001010101010001110010010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,167,97); }

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

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

 a { background-color: rgb(45,167,97); }

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

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

 span { border-color: rgb(45,167,97); }

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