#2C8878

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

Shades of Elm #2C8878

Tints of Elm #2C8878

Color information

#2C8878 (or 0x2C8878) is unknown color: approx Elm. HEX triplet: 2C, 88 and 78. RGB value is (44,136,120). Sum of RGB (Red+Green+Blue) = 44+136+120=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #2C8878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8878 is #D37787. Grayscale: #6A6A6A. Windows color (decimal): -13858696 or 7899180. OLE color: 7899180.

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

Color convert

RGB44136120-
CMYK0.6800.120.47
HSL169.57º51.11%35.29%-
HSV(B)169.57º67.65%53.33%-
XYZ13.2319.520.84-
YUV106.67135.5283.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.67%
GREEN value IS 136 (53.52% from 255) = 45.33%
BLUE value IS 120 (47.27% from 255) = 40%
R=14.67%
G=45.33%
B=40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal441361200.6800.120.47169.5751.1135.29
Hex2C8878440C2Faa3323
Octal54210170104014572526343
Binary10110010001000111100010001000110010111110101010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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