#2C8465

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

Shades of Elf Green #2C8465

Tints of Elf Green #2C8465

Color information

#2C8465 (or 0x2C8465) is unknown color: approx Elf Green. HEX triplet: 2C, 84 and 65. RGB value is (44,132,101). Sum of RGB (Red+Green+Blue) = 44+132+101=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #2C8465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8465 is #D37B9A. Grayscale: #666666. Windows color (decimal): -13859739 or 6652972. OLE color: 6652972.

HSL color Cylindrical-coordinate representation of color #2C8465: hue angle of 158.86º 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 #2C8465 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB44132101-
CMYK0.6700.230.48
HSL158.86º50%34.51%-
HSV(B)158.86º66.67%51.76%-
XYZ11.6417.9815.17-
YUV102.15127.3586.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.88%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=15.88%
G=47.65%
B=36.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441321010.6700.230.48158.865034.51
Hex2C846543017309f3223
Octal54204145103027602376243
Binary101100100001001100101100001101011111000010011111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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