#2A876F

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

Shades of Elf Green #2A876F

Tints of Elf Green #2A876F

Color information

#2A876F (or 0x2A876F) is unknown color: approx Elf Green. HEX triplet: 2A, 87 and 6F. RGB value is (42,135,111). Sum of RGB (Red+Green+Blue) = 42+135+111=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #2A876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A876F is #D57890. Grayscale: #686868. Windows color (decimal): -13990033 or 7309098. OLE color: 7309098.

HSL color Cylindrical-coordinate representation of color #2A876F: hue angle of 164.52º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A876F is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB42135111-
CMYK0.6900.180.47
HSL164.52º52.54%34.71%-
HSV(B)164.52º68.89%52.94%-
XYZ12.4918.9718.04-
YUV104.46131.6983.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.58%
GREEN value IS 135 (53.12% from 255) = 46.88%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=14.58%
G=46.88%
B=38.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421351110.6900.180.47164.5252.5434.71
Hex2A876F450122Fa53523
Octal52207157105022572456543
Binary101010100001111101111100010101001010111110100101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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