Html Css Color HEX #2A8973 Elf Green

📋 copy color: '#2A8973'

red 42 ◦ green 137 ◦ blue 115

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

Shades of Elf Green #2A8973

Tints of Elf Green #2A8973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.6%

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 14.29%
G = 46.6%
B = 39.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#2A8973 (or 0x2A8973) is known color: Elf Green. HEX triplet: 2A, 89 and 73. RGB value is (42,137,115). Sum of RGB (Red+Green+Blue) = 42+137+115=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8973 is #D5768C. Grayscale: #6A6A6A. Windows color (decimal): -13989517 or 7571754. OLE color: 7571754.

HSL color Cylindrical-coordinate representation of color #2A8973: hue angle of 166.11º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8973 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 42 137 115 -
CMYK 0.69 0 0.16 0.46
HSL 166.11º 0.53% 0.35% -
HSV(B) 166.11º 0.69% 0.54% -
XYZ 13 19.62 19.32 -
YUV 106.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 42 137 115 0.69 0 0.16 0.46 166.11 0.53 0.35
Hex 2A 89 73 45 0 10 2E A6 35 23
Octal 52 211 163 105 0 20 56 246 65 43
Binary 101010 10001001 1110011 1000101 0 10000 101110 10100110 110101 100011

Color Harmonies of #2A8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8973

Black with #2A8973

Text Example


Text Example

White with #2A8973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,137,115); }

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

background-color css

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

 a { background-color: rgb(42,137,115); }

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

border-color css

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

 span { border-color: rgb(42,137,115); }

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