Html Css Color HEX #2DAA59 Eucalyptus

📋 copy color: '#2DAA59'

red 45 ◦ green 170 ◦ blue 89

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

Shades of Eucalyptus #2DAA59

Tints of Eucalyptus #2DAA59

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.92%

 BLUE value IS 89 (35.16% from 255) = 29.28%

R = 14.8%
G = 55.92%
B = 29.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#2DAA59 (or 0x2DAA59) is known color: Eucalyptus. HEX triplet: 2D, AA and 59. RGB value is (45,170,89). Sum of RGB (Red+Green+Blue) = 45+170+89=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA59 is #D255A6. Grayscale: #7B7B7B. Windows color (decimal): -13784487 or 5876269. OLE color: 5876269.

HSL color Cylindrical-coordinate representation of color #2DAA59: hue angle of 141.12º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAA59 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 170 89 -
CMYK 0.74 0 0.48 0.33
HSL 141.12º 0.58% 0.42% -
HSV(B) 141.12º 0.74% 0.67% -
XYZ 17.26 30.03 14.34 -
YUV 123.39 108.59 72.09 -
System Red Green Blue C M Y K H S L
Decimal 45 170 89 0.74 0 0.48 0.33 141.12 0.58 0.42
Hex 2D AA 59 4A 0 30 21 8D 3A 2A
Octal 55 252 131 112 0 60 41 215 72 52
Binary 101101 10101010 1011001 1001010 0 110000 100001 10001101 111010 101010

Color Harmonies of #2DAA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAA59

Black with #2DAA59

Text Example


Text Example

White with #2DAA59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,170,89); }

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

background-color css

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

 a { background-color: rgb(45,170,89); }

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

border-color css

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

 span { border-color: rgb(45,170,89); }

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