Html Css Color HEX #2DA760 Eucalyptus

📋 copy color: '#2DA760'

red 45 ◦ green 167 ◦ blue 96

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

Shades of Eucalyptus #2DA760

Tints of Eucalyptus #2DA760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.22%

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

R = 14.61%
G = 54.22%
B = 31.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#2DA760 (or 0x2DA760) is known color: Eucalyptus. HEX triplet: 2D, A7 and 60. RGB value is (45,167,96). Sum of RGB (Red+Green+Blue) = 45+167+96=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 167 (65.62% from 255 or 54.22% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA760 is #D2589F. Grayscale: #7A7A7A. Windows color (decimal): -13785248 or 6334253. OLE color: 6334253.

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

Color convert

RGB 45 167 96 -
CMYK 0.73 0 0.43 0.35
HSL 145.08º 0.58% 0.42% -
HSV(B) 145.08º 0.73% 0.65% -
XYZ 17.01 29.04 15.77 -
YUV 122.43 113.08 72.77 -
System Red Green Blue C M Y K H S L
Decimal 45 167 96 0.73 0 0.43 0.35 145.08 0.58 0.42
Hex 2D A7 60 49 0 2B 23 91 3A 2A
Octal 55 247 140 111 0 53 43 221 72 52
Binary 101101 10100111 1100000 1001001 0 101011 100011 10010001 111010 101010

Color Harmonies of #2DA760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA760

Black with #2DA760

Text Example


Text Example

White with #2DA760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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