Html Css Color HEX #2A8966 Elf Green

📋 copy color: '#2A8966'

red 42 ◦ green 137 ◦ blue 102

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

Shades of Elf Green #2A8966

Tints of Elf Green #2A8966

RGB

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

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

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

R = 14.95%
G = 48.75%
B = 36.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#2A8966 (or 0x2A8966) is known color: Elf Green. HEX triplet: 2A, 89 and 66. RGB value is (42,137,102). Sum of RGB (Red+Green+Blue) = 42+137+102=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8966 is #D57699. Grayscale: #686868. Windows color (decimal): -13989530 or 6719786. OLE color: 6719786.

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

Color convert

RGB 42 137 102 -
CMYK 0.69 0 0.26 0.46
HSL 157.89º 0.53% 0.35% -
HSV(B) 157.89º 0.69% 0.54% -
XYZ 12.3 19.34 15.66 -
YUV 104.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 42 137 102 0.69 0 0.26 0.46 157.89 0.53 0.35
Hex 2A 89 66 45 0 1A 2E 9E 35 23
Octal 52 211 146 105 0 32 56 236 65 43
Binary 101010 10001001 1100110 1000101 0 11010 101110 10011110 110101 100011

Color Harmonies of #2A8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8966

Black with #2A8966

Text Example


Text Example

White with #2A8966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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