Html Css Color HEX #2DA95A Eucalyptus

📋 copy color: '#2DA95A'

red 45 ◦ green 169 ◦ blue 90

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

Shades of Eucalyptus #2DA95A

Tints of Eucalyptus #2DA95A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 55.59%

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 14.8%
G = 55.59%
B = 29.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#2DA95A (or 0x2DA95A) is known color: Eucalyptus. HEX triplet: 2D, A9 and 5A. RGB value is (45,169,90). Sum of RGB (Red+Green+Blue) = 45+169+90=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 169 (66.41% from 255 or 55.59% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA95A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA95A is #D256A5. Grayscale: #7B7B7B. Windows color (decimal): -13784742 or 5941549. OLE color: 5941549.

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

Color convert

RGB 45 169 90 -
CMYK 0.73 0 0.47 0.34
HSL 141.77º 0.58% 0.42% -
HSV(B) 141.77º 0.73% 0.66% -
XYZ 17.12 29.67 14.5 -
YUV 122.92 109.42 72.42 -
System Red Green Blue C M Y K H S L
Decimal 45 169 90 0.73 0 0.47 0.34 141.77 0.58 0.42
Hex 2D A9 5A 49 0 2F 22 8E 3A 2A
Octal 55 251 132 111 0 57 42 216 72 52
Binary 101101 10101001 1011010 1001001 0 101111 100010 10001110 111010 101010

Color Harmonies of #2DA95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA95A

Black with #2DA95A

Text Example


Text Example

White with #2DA95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,169,90); }

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

background-color css

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

 a { background-color: rgb(45,169,90); }

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

border-color css

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

 span { border-color: rgb(45,169,90); }

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