#2A976F

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

Shades of Elf Green #2A976F

Tints of Elf Green #2A976F

Color information

#2A976F (or 0x2A976F) is unknown color: approx Elf Green. HEX triplet: 2A, 97 and 6F. RGB value is (42,151,111). Sum of RGB (Red+Green+Blue) = 42+151+111=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #2A976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A976F is #D56890. Grayscale: #717171. Windows color (decimal): -13985937 or 7313194. OLE color: 7313194.

HSL color Cylindrical-coordinate representation of color #2A976F: hue angle of 157.98º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A976F is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB42151111-
CMYK0.7200.260.41
HSL157.98º56.48%37.84%-
HSV(B)157.98º72.19%59.22%-
XYZ14.8923.7718.84-
YUV113.85126.3976.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.82%
GREEN value IS 151 (59.38% from 255) = 49.67%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=13.82%
G=49.67%
B=36.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal421511110.7200.260.41157.9856.4837.84
Hex2A976F4801A299e3826
Octal52227157110032512367046
Binary101010100101111101111100100001101010100110011110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,151,111); }

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

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

 a { background-color: rgb(42,151,111); }

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

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

 span { border-color: rgb(42,151,111); }

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