Html Css Color HEX #2A8666 Elf Green

📋 copy color: '#2A8666'

red 42 ◦ green 134 ◦ blue 102

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

Shades of Elf Green #2A8666

Tints of Elf Green #2A8666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.2%

 BLUE value IS 102 (40.23% from 255) = 36.69%

R = 15.11%
G = 48.2%
B = 36.69%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#2A8666 (or 0x2A8666) is known color: Elf Green. HEX triplet: 2A, 86 and 66. RGB value is (42,134,102). Sum of RGB (Red+Green+Blue) = 42+134+102=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8666 is #D57999. Grayscale: #666666. Windows color (decimal): -13990298 or 6719018. OLE color: 6719018.

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

Color convert

RGB 42 134 102 -
CMYK 0.69 0 0.24 0.47
HSL 159.13º 0.52% 0.35% -
HSV(B) 159.13º 0.69% 0.53% -
XYZ 11.88 18.5 15.52 -
YUV 102.84 127.52 84.6 -
System Red Green Blue C M Y K H S L
Decimal 42 134 102 0.69 0 0.24 0.47 159.13 0.52 0.35
Hex 2A 86 66 45 0 18 2F 9F 34 23
Octal 52 206 146 105 0 30 57 237 64 43
Binary 101010 10000110 1100110 1000101 0 11000 101111 10011111 110100 100011

Color Harmonies of #2A8666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8666

Black with #2A8666

Text Example


Text Example

White with #2A8666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,134,102); }

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

background-color css

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

 a { background-color: rgb(42,134,102); }

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

border-color css

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

 span { border-color: rgb(42,134,102); }

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