#2A916B

Color #2A916B Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #2A916B

Tints of Elf Green #2A916B

Color information

#2A916B (or 0x2A916B) is unknown color: approx Elf Green. HEX triplet: 2A, 91 and 6B. RGB value is (42,145,107). Sum of RGB (Red+Green+Blue) = 42+145+107=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #2A916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A916B is #D56E94. Grayscale: #6D6D6D. Windows color (decimal): -13987477 or 7049514. OLE color: 7049514.

HSL color Cylindrical-coordinate representation of color #2A916B: hue angle of 157.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A916B is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB42145107-
CMYK0.7100.260.43
HSL157.86º55.08%36.67%-
HSV(B)157.86º71.03%56.86%-
XYZ13.7321.817.39-
YUV109.87126.3879.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.29%
GREEN value IS 145 (57.03% from 255) = 49.32%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=14.29%
G=49.32%
B=36.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal421451070.7100.260.43157.8655.0836.67
Hex2A916B4701A2B9e3725
Octal52221153107032532366745
Binary101010100100011101011100011101101010101110011110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,145,107); }

 H1.HeaderClassName
 {
   color: #2A916B;
 }
 .AnyTagClassName
 {
   color: #2A916B;
 }
</style>
background-color css

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

 a { background-color: rgb(42,145,107); }

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

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

 span { border-color: rgb(42,145,107); }

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