Html Css Color HEX #2DA15D Eucalyptus

📋 copy color: '#2DA15D'

red 45 ◦ green 161 ◦ blue 93

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

Shades of Eucalyptus #2DA15D

Tints of Eucalyptus #2DA15D

RGB

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

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

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

R = 15.05%
G = 53.85%
B = 31.1%

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

#2DA15D (or 0x2DA15D) is known color: Eucalyptus. HEX triplet: 2D, A1 and 5D. RGB value is (45,161,93). Sum of RGB (Red+Green+Blue) = 45+161+93=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA15D is #D25EA2. Grayscale: #767676. Windows color (decimal): -13786787 or 6136109. OLE color: 6136109.

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

Color convert

RGB 45 161 93 -
CMYK 0.72 0 0.42 0.37
HSL 144.83º 0.56% 0.4% -
HSV(B) 144.83º 0.72% 0.63% -
XYZ 15.8 26.84 14.7 -
YUV 118.56 113.57 75.53 -
System Red Green Blue C M Y K H S L
Decimal 45 161 93 0.72 0 0.42 0.37 144.83 0.56 0.4
Hex 2D A1 5D 48 0 2A 25 91 38 28
Octal 55 241 135 110 0 52 45 221 70 50
Binary 101101 10100001 1011101 1001000 0 101010 100101 10010001 111000 101000

Color Harmonies of #2DA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA15D

Black with #2DA15D

Text Example


Text Example

White with #2DA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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