Html Css Color HEX #2A9971 Elf Green

📋 copy color: '#2A9971'

red 42 ◦ green 153 ◦ blue 113

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

Shades of Elf Green #2A9971

Tints of Elf Green #2A9971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.68%

 BLUE value IS 113 (44.53% from 255) = 36.69%

R = 13.64%
G = 49.68%
B = 36.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#2A9971 (or 0x2A9971) is known color: Elf Green. HEX triplet: 2A, 99 and 71. RGB value is (42,153,113). Sum of RGB (Red+Green+Blue) = 42+153+113=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9971 is #D5668E. Grayscale: #737373. Windows color (decimal): -13985423 or 7444778. OLE color: 7444778.

HSL color Cylindrical-coordinate representation of color #2A9971: hue angle of 158.38º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9971 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 42 153 113 -
CMYK 0.73 0 0.26 0.4
HSL 158.38º 0.57% 0.38% -
HSV(B) 158.38º 0.73% 0.6% -
XYZ 15.33 24.47 19.54 -
YUV 115.25 126.73 75.75 -
System Red Green Blue C M Y K H S L
Decimal 42 153 113 0.73 0 0.26 0.4 158.38 0.57 0.38
Hex 2A 99 71 49 0 1A 28 9E 39 26
Octal 52 231 161 111 0 32 50 236 71 46
Binary 101010 10011001 1110001 1001001 0 11010 101000 10011110 111001 100110

Color Harmonies of #2A9971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9971

Black with #2A9971

Text Example


Text Example

White with #2A9971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,153,113); }

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

background-color css

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

 a { background-color: rgb(42,153,113); }

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

border-color css

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

 span { border-color: rgb(42,153,113); }

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