Html Css Color HEX #2DA85D Eucalyptus

📋 copy color: '#2DA85D'

red 45 ◦ green 168 ◦ blue 93

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

Shades of Eucalyptus #2DA85D

Tints of Eucalyptus #2DA85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.9%

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

R = 14.71%
G = 54.9%
B = 30.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#2DA85D (or 0x2DA85D) is known color: Eucalyptus. HEX triplet: 2D, A8 and 5D. RGB value is (45,168,93). Sum of RGB (Red+Green+Blue) = 45+168+93=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 168 (66.02% from 255 or 54.90% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 168 - color contains mainly: green. Hex color #2DA85D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA85D is #D257A2. Grayscale: #7A7A7A. Windows color (decimal): -13784995 or 6137901. OLE color: 6137901.

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

Color convert

RGB 45 168 93 -
CMYK 0.73 0 0.45 0.34
HSL 143.41º 0.58% 0.42% -
HSV(B) 143.41º 0.73% 0.66% -
XYZ 17.06 29.35 15.12 -
YUV 122.67 111.25 72.6 -
System Red Green Blue C M Y K H S L
Decimal 45 168 93 0.73 0 0.45 0.34 143.41 0.58 0.42
Hex 2D A8 5D 49 0 2D 22 8F 3A 2A
Octal 55 250 135 111 0 55 42 217 72 52
Binary 101101 10101000 1011101 1001001 0 101101 100010 10001111 111010 101010

Color Harmonies of #2DA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA85D

Black with #2DA85D

Text Example


Text Example

White with #2DA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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