#2C887F

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

Shades of Elm #2C887F

Tints of Elm #2C887F

Color information

#2C887F (or 0x2C887F) is unknown color: approx Elm. HEX triplet: 2C, 88 and 7F. RGB value is (44,136,127). Sum of RGB (Red+Green+Blue) = 44+136+127=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #2C887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C887F is #D37780. Grayscale: #6B6B6B. Windows color (decimal): -13858689 or 8357932. OLE color: 8357932.

HSL color Cylindrical-coordinate representation of color #2C887F: hue angle of 174.13º 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 #2C887F is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB44136127-
CMYK0.6800.070.47
HSL174.13º51.11%35.29%-
HSV(B)174.13º67.65%53.33%-
XYZ13.6719.6823.16-
YUV107.47139.0282.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.33%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 127 (50% from 255) = 41.37%
R=14.33%
G=44.30%
B=41.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal441361270.6800.070.47174.1351.1135.29
Hex2C887F44072Fae3323
Octal5421017710407572566343
Binary1011001000100011111111000100011110111110101110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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