#2C8479

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

Shades of Elm #2C8479

Tints of Elm #2C8479

Color information

#2C8479 (or 0x2C8479) is unknown color: approx Elm. HEX triplet: 2C, 84 and 79. RGB value is (44,132,121). Sum of RGB (Red+Green+Blue) = 44+132+121=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #2C8479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8479 is #D37B86. Grayscale: #686868. Windows color (decimal): -13859719 or 7963692. OLE color: 7963692.

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

Color convert

RGB44132121-
CMYK0.6700.080.48
HSL172.5º50%34.51%-
HSV(B)172.5º66.67%51.76%-
XYZ12.7418.4220.97-
YUV104.43137.3584.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.81%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=14.81%
G=44.44%
B=40.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441321210.6700.080.48172.55034.51
Hex2C8479430830ac3223
Octal54204171103010602546243
Binary10110010000100111100110000110100011000010101100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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