#2DA25A

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

Shades of Eucalyptus #2DA25A

Tints of Eucalyptus #2DA25A

Color information

#2DA25A (or 0x2DA25A) is unknown color: approx Eucalyptus. HEX triplet: 2D, A2 and 5A. RGB value is (45,162,90). Sum of RGB (Red+Green+Blue) = 45+162+90=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA25A is #D25DA5. Grayscale: #767676. Windows color (decimal): -13786534 or 5939757. OLE color: 5939757.

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

Color convert

RGB4516290-
CMYK0.7200.440.36
HSL143.08º56.52%40.59%-
HSV(B)143.08º72.22%63.53%-
XYZ15.8527.1414.08-
YUV118.81111.7475.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.15%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=15.15%
G=54.55%
B=30.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45162900.7200.440.36143.0856.5240.59
Hex2DA25A4802C248f3929
Octal55242132110054442177151
Binary1011011010001010110101001000010110010010010001111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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