#2DA25C

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

Shades of Eucalyptus #2DA25C

Tints of Eucalyptus #2DA25C

Color information

#2DA25C (or 0x2DA25C) is unknown color: approx Eucalyptus. HEX triplet: 2D, A2 and 5C. RGB value is (45,162,92). Sum of RGB (Red+Green+Blue) = 45+162+92=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA25C is #D25DA3. Grayscale: #777777. Windows color (decimal): -13786532 or 6070829. OLE color: 6070829.

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

Color convert

RGB4516292-
CMYK0.7200.430.36
HSL144.1º56.52%40.59%-
HSV(B)144.1º72.22%63.53%-
XYZ15.9327.1714.53-
YUV119.04112.7475.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.05%
GREEN value IS 162 (63.67% from 255) = 54.18%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=15.05%
G=54.18%
B=30.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45162920.7200.430.36144.156.5240.59
Hex2DA25C4802B24903929
Octal55242134110053442207151
Binary1011011010001010111001001000010101110010010010000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,162,92); }

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

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

 a { background-color: rgb(45,162,92); }

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

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

 span { border-color: rgb(45,162,92); }

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