Html Css Color HEX #2A9577 Elf Green

📋 copy color: '#2A9577'

red 42 ◦ green 149 ◦ blue 119

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

Shades of Elf Green #2A9577

Tints of Elf Green #2A9577

RGB

 RED value IS 42 (16.8% from 255) = 13.55%

 GREEN value IS 149 (58.59% from 255) = 48.06%

 BLUE value IS 119 (46.88% from 255) = 38.39%

R = 13.55%
G = 48.06%
B = 38.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#2A9577 (or 0x2A9577) is known color: Elf Green. HEX triplet: 2A, 95 and 77. RGB value is (42,149,119). Sum of RGB (Red+Green+Blue) = 42+149+119=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9577 is #D56A88. Grayscale: #717171. Windows color (decimal): -13986441 or 7836970. OLE color: 7836970.

HSL color Cylindrical-coordinate representation of color #2A9577: hue angle of 163.18º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9577 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 149 119 -
CMYK 0.72 0 0.20 0.42
HSL 163.18º 0.56% 0.37% -
HSV(B) 163.18º 0.72% 0.58% -
XYZ 15.03 23.32 21.16 -
YUV 113.59 131.05 76.94 -
System Red Green Blue C M Y K H S L
Decimal 42 149 119 0.72 0 0.20 0.42 163.18 0.56 0.37
Hex 2A 95 77 48 0 14 2A A3 38 25
Octal 52 225 167 110 0 24 52 243 70 45
Binary 101010 10010101 1110111 1001000 0 10100 101010 10100011 111000 100101

Color Harmonies of #2A9577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9577

Black with #2A9577

Text Example


Text Example

White with #2A9577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,149,119); }

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

background-color css

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

 a { background-color: rgb(42,149,119); }

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

border-color css

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

 span { border-color: rgb(42,149,119); }

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