Html Css Color HEX #2A8A64 Elf Green

📋 copy color: '#2A8A64'

red 42 ◦ green 138 ◦ blue 100

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

Shades of Elf Green #2A8A64

Tints of Elf Green #2A8A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.29%

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 15%
G = 49.29%
B = 35.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#2A8A64 (or 0x2A8A64) is known color: Elf Green. HEX triplet: 2A, 8A and 64. RGB value is (42,138,100). Sum of RGB (Red+Green+Blue) = 42+138+100=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #2A8A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8A64 is #D5759B. Grayscale: #696969. Windows color (decimal): -13989276 or 6588970. OLE color: 6588970.

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

Color convert

RGB 42 138 100 -
CMYK 0.70 0 0.28 0.46
HSL 156.25º 0.53% 0.35% -
HSV(B) 156.25º 0.7% 0.54% -
XYZ 12.34 19.59 15.19 -
YUV 104.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 42 138 100 0.70 0 0.28 0.46 156.25 0.53 0.35
Hex 2A 8A 64 46 0 1C 2E 9C 35 23
Octal 52 212 144 106 0 34 56 234 65 43
Binary 101010 10001010 1100100 1000110 0 11100 101110 10011100 110101 100011

Color Harmonies of #2A8A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8A64

Black with #2A8A64

Text Example


Text Example

White with #2A8A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,138,100); }

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

background-color css

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

 a { background-color: rgb(42,138,100); }

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

border-color css

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

 span { border-color: rgb(42,138,100); }

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