Html Css Color HEX #2DA85F Eucalyptus

📋 copy color: '#2DA85F'

red 45 ◦ green 168 ◦ blue 95

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

Shades of Eucalyptus #2DA85F

Tints of Eucalyptus #2DA85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 14.61%
G = 54.55%
B = 30.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#2DA85F (or 0x2DA85F) is known color: Eucalyptus. HEX triplet: 2D, A8 and 5F. RGB value is (45,168,95). Sum of RGB (Red+Green+Blue) = 45+168+95=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #2DA85F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA85F is #D257A0. Grayscale: #7B7B7B. Windows color (decimal): -13784993 or 6268973. OLE color: 6268973.

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

Color convert

RGB 45 168 95 -
CMYK 0.73 0 0.43 0.34
HSL 144.39º 0.58% 0.42% -
HSV(B) 144.39º 0.73% 0.66% -
XYZ 17.15 29.39 15.6 -
YUV 122.9 112.25 72.44 -
System Red Green Blue C M Y K H S L
Decimal 45 168 95 0.73 0 0.43 0.34 144.39 0.58 0.42
Hex 2D A8 5F 49 0 2B 22 90 3A 2A
Octal 55 250 137 111 0 53 42 220 72 52
Binary 101101 10101000 1011111 1001001 0 101011 100010 10010000 111010 101010

Color Harmonies of #2DA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA85F

Black with #2DA85F

Text Example


Text Example

White with #2DA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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