#2C8078

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

Shades of Elm #2C8078

Tints of Elm #2C8078

Color information

#2C8078 (or 0x2C8078) is unknown color: approx Elm. HEX triplet: 2C, 80 and 78. RGB value is (44,128,120). Sum of RGB (Red+Green+Blue) = 44+128+120=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #2C8078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8078 is #D37F87. Grayscale: #656565. Windows color (decimal): -13860744 or 7897132. OLE color: 7897132.

HSL color Cylindrical-coordinate representation of color #2C8078: hue angle of 174.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C8078 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB44128120-
CMYK0.6600.060.50
HSL174.29º48.84%33.73%-
HSV(B)174.29º65.62%50.2%-
XYZ12.1517.3320.47-
YUV101.97138.1786.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.07%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=15.07%
G=43.84%
B=41.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal441281200.6600.060.50174.2948.8433.73
Hex2C8078420632ae3122
Octal5420017010206622566142
Binary1011001000000011110001000010011011001010101110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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