#2c8866

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

Shades of Elf Green #2C8866

Tints of Elf Green #2C8866

Color information

#2C8866 (or 0x2C8866) is unknown color: approx Elf Green. HEX triplet: 2C, 88 and 66. RGB value is (44,136,102). Sum of RGB (Red+Green+Blue) = 44+136+102=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #2C8866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8866 is #D37799. Grayscale: #686868. Windows color (decimal): -13858714 or 6719532. OLE color: 6719532.

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

Color convert

RGB44136102-
CMYK0.6800.250.47
HSL157.83º51.11%35.29%-
HSV(B)157.83º67.65%53.33%-
XYZ12.2419.115.61-
YUV104.62126.5284.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.60%
GREEN value IS 136 (53.52% from 255) = 48.23%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=15.60%
G=48.23%
B=36.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal441361020.6800.250.47157.8351.1135.29
Hex2C8866440192F9e3323
Octal54210146104031572366343
Binary101100100010001100110100010001100110111110011110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c8866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,136,102); }

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

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

 a { background-color: rgb(44,136,102); }

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

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

 span { border-color: rgb(44,136,102); }

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