Html Css Color HEX #2A896A Elf Green

📋 copy color: '#2A896A'

red 42 ◦ green 137 ◦ blue 106

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

Shades of Elf Green #2A896A

Tints of Elf Green #2A896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 14.74%
G = 48.07%
B = 37.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#2A896A (or 0x2A896A) is known color: Elf Green. HEX triplet: 2A, 89 and 6A. RGB value is (42,137,106). Sum of RGB (Red+Green+Blue) = 42+137+106=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #2A896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A896A is #D57695. Grayscale: #696969. Windows color (decimal): -13989526 or 6981930. OLE color: 6981930.

HSL color Cylindrical-coordinate representation of color #2A896A: hue angle of 160.42º 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 #2A896A is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 42 137 106 -
CMYK 0.69 0 0.23 0.46
HSL 160.42º 0.53% 0.35% -
HSV(B) 160.42º 0.69% 0.54% -
XYZ 12.5 19.42 16.73 -
YUV 105.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 42 137 106 0.69 0 0.23 0.46 160.42 0.53 0.35
Hex 2A 89 6A 45 0 17 2E A0 35 23
Octal 52 211 152 105 0 27 56 240 65 43
Binary 101010 10001001 1101010 1000101 0 10111 101110 10100000 110101 100011

Color Harmonies of #2A896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A896A

Black with #2A896A

Text Example


Text Example

White with #2A896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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