#2C8B80

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

Shades of Elm #2C8B80

Tints of Elm #2C8B80

Color information

#2C8B80 (or 0x2C8B80) is unknown color: approx Elm. HEX triplet: 2C, 8B and 80. RGB value is (44,139,128). Sum of RGB (Red+Green+Blue) = 44+139+128=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #2C8B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8B80 is #D3747F. Grayscale: #6D6D6D. Windows color (decimal): -13857920 or 8424236. OLE color: 8424236.

HSL color Cylindrical-coordinate representation of color #2C8B80: hue angle of 173.05º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8B80 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB44139128-
CMYK0.6800.080.45
HSL173.05º51.91%35.88%-
HSV(B)173.05º68.35%54.51%-
XYZ14.1720.5623.64-
YUV109.34138.5381.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.15%
GREEN value IS 139 (54.69% from 255) = 44.69%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=14.15%
G=44.69%
B=41.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal441391280.6800.080.45173.0551.9135.88
Hex2C8B8044082Dad3424
Octal54213200104010552556444
Binary101100100010111000000010001000100010110110101101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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