Html Css Color HEX #2DA460 Eucalyptus

📋 copy color: '#2DA460'

red 45 ◦ green 164 ◦ blue 96

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

Shades of Eucalyptus #2DA460

Tints of Eucalyptus #2DA460

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.77%

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 14.75%
G = 53.77%
B = 31.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#2DA460 (or 0x2DA460) is known color: Eucalyptus. HEX triplet: 2D, A4 and 60. RGB value is (45,164,96). Sum of RGB (Red+Green+Blue) = 45+164+96=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA460 is #D25B9F. Grayscale: #787878. Windows color (decimal): -13786016 or 6333485. OLE color: 6333485.

HSL color Cylindrical-coordinate representation of color #2DA460: hue angle of 145.71º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA460 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 45 164 96 -
CMYK 0.73 0 0.41 0.36
HSL 145.71º 0.57% 0.41% -
HSV(B) 145.71º 0.73% 0.64% -
XYZ 16.47 27.95 15.59 -
YUV 120.67 114.08 74.03 -
System Red Green Blue C M Y K H S L
Decimal 45 164 96 0.73 0 0.41 0.36 145.71 0.57 0.41
Hex 2D A4 60 49 0 29 24 92 39 29
Octal 55 244 140 111 0 51 44 222 71 51
Binary 101101 10100100 1100000 1001001 0 101001 100100 10010010 111001 101001

Color Harmonies of #2DA460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA460

Black with #2DA460

Text Example


Text Example

White with #2DA460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,164,96); }

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

background-color css

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

 a { background-color: rgb(45,164,96); }

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

border-color css

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

 span { border-color: rgb(45,164,96); }

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