Html Css Color HEX #2DA05D Eucalyptus

📋 copy color: '#2DA05D'

red 45 ◦ green 160 ◦ blue 93

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

Shades of Eucalyptus #2DA05D

Tints of Eucalyptus #2DA05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 53.69%

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

R = 15.1%
G = 53.69%
B = 31.21%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#2DA05D (or 0x2DA05D) is known color: Eucalyptus. HEX triplet: 2D, A0 and 5D. RGB value is (45,160,93). Sum of RGB (Red+Green+Blue) = 45+160+93=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA05D is #D25FA2. Grayscale: #767676. Windows color (decimal): -13787043 or 6135853. OLE color: 6135853.

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

Color convert

RGB 45 160 93 -
CMYK 0.72 0 0.42 0.37
HSL 145.04º 0.56% 0.4% -
HSV(B) 145.04º 0.72% 0.63% -
XYZ 15.63 26.49 14.65 -
YUV 117.98 113.9 75.95 -
System Red Green Blue C M Y K H S L
Decimal 45 160 93 0.72 0 0.42 0.37 145.04 0.56 0.4
Hex 2D A0 5D 48 0 2A 25 91 38 28
Octal 55 240 135 110 0 52 45 221 70 50
Binary 101101 10100000 1011101 1001000 0 101010 100101 10010001 111000 101000

Color Harmonies of #2DA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA05D

Black with #2DA05D

Text Example


Text Example

White with #2DA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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