Html Css Color HEX #2DA45D Eucalyptus

📋 copy color: '#2DA45D'

red 45 ◦ green 164 ◦ blue 93

#2DA45D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #2DA45D

Tints of Eucalyptus #2DA45D

RGB

 RED value IS 45 (17.97% from 255) = 14.9%

 GREEN value IS 164 (64.45% from 255) = 54.3%

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 14.9%
G = 54.3%
B = 30.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#2DA45D (or 0x2DA45D) is known color: Eucalyptus. HEX triplet: 2D, A4 and 5D. RGB value is (45,164,93). Sum of RGB (Red+Green+Blue) = 45+164+93=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA45D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA45D is #D25BA2. Grayscale: #787878. Windows color (decimal): -13786019 or 6136877. OLE color: 6136877.

HSL color Cylindrical-coordinate representation of color #2DA45D: hue angle of 144.2º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA45D is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 45 164 93 -
CMYK 0.73 0 0.43 0.36
HSL 144.2º 0.57% 0.41% -
HSV(B) 144.2º 0.73% 0.64% -
XYZ 16.33 27.9 14.88 -
YUV 120.33 112.58 74.27 -
System Red Green Blue C M Y K H S L
Decimal 45 164 93 0.73 0 0.43 0.36 144.2 0.57 0.41
Hex 2D A4 5D 49 0 2B 24 90 39 29
Octal 55 244 135 111 0 53 44 220 71 51
Binary 101101 10100100 1011101 1001001 0 101011 100100 10010000 111001 101001

Color Harmonies of #2DA45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA45D

Black with #2DA45D

Text Example


Text Example

White with #2DA45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,164,93); }

 H1.HeaderClassName
 {
   color: #2DA45D;
 }
 .AnyTagClassName
 {
   color: #2DA45D;
 }
</style>

background-color css

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

 a { background-color: rgb(45,164,93); }

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

border-color css

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

 span { border-color: rgb(45,164,93); }

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