Html Css Color HEX #2DA15F Eucalyptus

📋 copy color: '#2DA15F'

red 45 ◦ green 161 ◦ blue 95

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

Shades of Eucalyptus #2DA15F

Tints of Eucalyptus #2DA15F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.49%

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

R = 14.95%
G = 53.49%
B = 31.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#2DA15F (or 0x2DA15F) is known color: Eucalyptus. HEX triplet: 2D, A1 and 5F. RGB value is (45,161,95). Sum of RGB (Red+Green+Blue) = 45+161+95=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA15F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA15F is #D25EA0. Grayscale: #767676. Windows color (decimal): -13786785 or 6267181. OLE color: 6267181.

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

Color convert

RGB 45 161 95 -
CMYK 0.72 0 0.41 0.37
HSL 145.86º 0.56% 0.4% -
HSV(B) 145.86º 0.72% 0.63% -
XYZ 15.89 26.87 15.18 -
YUV 118.79 114.57 75.37 -
System Red Green Blue C M Y K H S L
Decimal 45 161 95 0.72 0 0.41 0.37 145.86 0.56 0.4
Hex 2D A1 5F 48 0 29 25 92 38 28
Octal 55 241 137 110 0 51 45 222 70 50
Binary 101101 10100001 1011111 1001000 0 101001 100101 10010010 111000 101000

Color Harmonies of #2DA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA15F

Black with #2DA15F

Text Example


Text Example

White with #2DA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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