Html Css Color HEX #2A8965 Elf Green

📋 copy color: '#2A8965'

red 42 ◦ green 137 ◦ blue 101

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

Shades of Elf Green #2A8965

Tints of Elf Green #2A8965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 15%
G = 48.93%
B = 36.07%

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

#2A8965 (or 0x2A8965) is known color: Elf Green. HEX triplet: 2A, 89 and 65. RGB value is (42,137,101). Sum of RGB (Red+Green+Blue) = 42+137+101=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8965 is #D5769A. Grayscale: #686868. Windows color (decimal): -13989531 or 6654250. OLE color: 6654250.

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

Color convert

RGB 42 137 101 -
CMYK 0.69 0 0.26 0.46
HSL 157.26º 0.53% 0.35% -
HSV(B) 157.26º 0.69% 0.54% -
XYZ 12.25 19.32 15.4 -
YUV 104.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 42 137 101 0.69 0 0.26 0.46 157.26 0.53 0.35
Hex 2A 89 65 45 0 1A 2E 9D 35 23
Octal 52 211 145 105 0 32 56 235 65 43
Binary 101010 10001001 1100101 1000101 0 11010 101110 10011101 110101 100011

Color Harmonies of #2A8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8965

Black with #2A8965

Text Example


Text Example

White with #2A8965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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