#2C8365

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

Shades of Elf Green #2C8365

Tints of Elf Green #2C8365

Color information

#2C8365 (or 0x2C8365) is unknown color: approx Elf Green. HEX triplet: 2C, 83 and 65. RGB value is (44,131,101). Sum of RGB (Red+Green+Blue) = 44+131+101=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #2C8365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8365 is #D37C9A. Grayscale: #656565. Windows color (decimal): -13859995 or 6652716. OLE color: 6652716.

HSL color Cylindrical-coordinate representation of color #2C8365: hue angle of 159.31º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C8365 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB44131101-
CMYK0.6600.230.49
HSL159.31º49.71%34.31%-
HSV(B)159.31º66.41%51.37%-
XYZ11.517.7115.12-
YUV101.57127.6886.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.94%
GREEN value IS 131 (51.56% from 255) = 47.46%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=15.94%
G=47.46%
B=36.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal441311010.6600.230.49159.3149.7134.31
Hex2C836542017319f3222
Octal54203145102027612376242
Binary101100100000111100101100001001011111000110011111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,131,101); }

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

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

 a { background-color: rgb(44,131,101); }

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

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

 span { border-color: rgb(44,131,101); }

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