Html Css Color HEX #2A966E Elf Green

📋 copy color: '#2A966E'

red 42 ◦ green 150 ◦ blue 110

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

Shades of Elf Green #2A966E

Tints of Elf Green #2A966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.67%

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 13.91%
G = 49.67%
B = 36.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#2A966E (or 0x2A966E) is known color: Elf Green. HEX triplet: 2A, 96 and 6E. RGB value is (42,150,110). Sum of RGB (Red+Green+Blue) = 42+150+110=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #2A966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A966E is #D56991. Grayscale: #717171. Windows color (decimal): -13986194 or 7247402. OLE color: 7247402.

HSL color Cylindrical-coordinate representation of color #2A966E: hue angle of 157.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A966E is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 42 150 110 -
CMYK 0.72 0 0.27 0.41
HSL 157.78º 0.56% 0.38% -
HSV(B) 157.78º 0.72% 0.59% -
XYZ 14.68 23.43 18.5 -
YUV 113.15 126.22 77.25 -
System Red Green Blue C M Y K H S L
Decimal 42 150 110 0.72 0 0.27 0.41 157.78 0.56 0.38
Hex 2A 96 6E 48 0 1B 29 9E 38 26
Octal 52 226 156 110 0 33 51 236 70 46
Binary 101010 10010110 1101110 1001000 0 11011 101001 10011110 111000 100110

Color Harmonies of #2A966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A966E

Black with #2A966E

Text Example


Text Example

White with #2A966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,150,110); }

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

background-color css

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

 a { background-color: rgb(42,150,110); }

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

border-color css

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

 span { border-color: rgb(42,150,110); }

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