#2A8865

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

Shades of Elf Green #2A8865

Tints of Elf Green #2A8865

Color information

#2A8865 (or 0x2A8865) is unknown color: approx Elf Green. HEX triplet: 2A, 88 and 65. RGB value is (42,136,101). Sum of RGB (Red+Green+Blue) = 42+136+101=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8865 is #D5779A. Grayscale: #676767. Windows color (decimal): -13989787 or 6653994. OLE color: 6653994.

HSL color Cylindrical-coordinate representation of color #2A8865: hue angle of 157.66º 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 #2A8865 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB42136101-
CMYK0.6900.260.47
HSL157.66º52.81%34.9%-
HSV(B)157.66º69.12%53.33%-
XYZ12.1119.0415.35-
YUV103.9126.3683.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 136 (53.52% from 255) = 48.75%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=15.05%
G=48.75%
B=36.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421361010.6900.260.47157.6652.8134.9
Hex2A88654501A2F9e3523
Octal52210145105032572366543
Binary101010100010001100101100010101101010111110011110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,136,101); }

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

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

 a { background-color: rgb(42,136,101); }

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

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

 span { border-color: rgb(42,136,101); }

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