#2A926A

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

Shades of Elf Green #2A926A

Tints of Elf Green #2A926A

Color information

#2A926A (or 0x2A926A) is unknown color: approx Elf Green. HEX triplet: 2A, 92 and 6A. RGB value is (42,146,106). Sum of RGB (Red+Green+Blue) = 42+146+106=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #2A926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A926A is #D56D95. Grayscale: #6E6E6E. Windows color (decimal): -13987222 or 6984234. OLE color: 6984234.

HSL color Cylindrical-coordinate representation of color #2A926A: hue angle of 156.92º 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 #2A926A is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB42146106-
CMYK0.7100.270.43
HSL156.92º55.32%36.86%-
HSV(B)156.92º71.23%57.25%-
XYZ13.8422.0917.17-
YUV110.34125.5479.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.29%
GREEN value IS 146 (57.42% from 255) = 49.66%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=14.29%
G=49.66%
B=36.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal421461060.7100.270.43156.9255.3236.86
Hex2A926A4701B2B9d3725
Octal52222152107033532356745
Binary101010100100101101010100011101101110101110011101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,146,106); }

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

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

 a { background-color: rgb(42,146,106); }

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

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

 span { border-color: rgb(42,146,106); }

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