#2C8564

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

Shades of Elf Green #2C8564

Tints of Elf Green #2C8564

Color information

#2C8564 (or 0x2C8564) is unknown color: approx Elf Green. HEX triplet: 2C, 85 and 64. RGB value is (44,133,100). Sum of RGB (Red+Green+Blue) = 44+133+100=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8564 is #D37A9B. Grayscale: #666666. Windows color (decimal): -13859484 or 6587692. OLE color: 6587692.

HSL color Cylindrical-coordinate representation of color #2C8564: hue angle of 157.75º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8564 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB44133100-
CMYK0.6700.250.48
HSL157.75º50.28%34.71%-
HSV(B)157.75º66.92%52.16%-
XYZ11.7318.2314.96-
YUV102.63126.5186.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.88%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=15.88%
G=48.01%
B=36.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441331000.6700.250.48157.7550.2834.71
Hex2C856443019309e3223
Octal54205144103031602366243
Binary101100100001011100100100001101100111000010011110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,133,100); }

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

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

 a { background-color: rgb(44,133,100); }

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

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

 span { border-color: rgb(44,133,100); }

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