Html Css Color HEX #2A956F Elf Green

📋 copy color: '#2A956F'

red 42 ◦ green 149 ◦ blue 111

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

Shades of Elf Green #2A956F

Tints of Elf Green #2A956F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 13.91%
G = 49.34%
B = 36.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#2A956F (or 0x2A956F) is known color: Elf Green. HEX triplet: 2A, 95 and 6F. RGB value is (42,149,111). Sum of RGB (Red+Green+Blue) = 42+149+111=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #2A956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A956F is #D56A90. Grayscale: #707070. Windows color (decimal): -13986449 or 7312682. OLE color: 7312682.

HSL color Cylindrical-coordinate representation of color #2A956F: hue angle of 158.69º 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 #2A956F is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 149 111 -
CMYK 0.72 0 0.26 0.42
HSL 158.69º 0.56% 0.37% -
HSV(B) 158.69º 0.72% 0.58% -
XYZ 14.57 23.13 18.74 -
YUV 112.68 127.05 77.59 -
System Red Green Blue C M Y K H S L
Decimal 42 149 111 0.72 0 0.26 0.42 158.69 0.56 0.37
Hex 2A 95 6F 48 0 1A 2A 9F 38 25
Octal 52 225 157 110 0 32 52 237 70 45
Binary 101010 10010101 1101111 1001000 0 11010 101010 10011111 111000 100101

Color Harmonies of #2A956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A956F

Black with #2A956F

Text Example


Text Example

White with #2A956F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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