#2C8B7C

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

Shades of Elm #2C8B7C

Tints of Elm #2C8B7C

Color information

#2C8B7C (or 0x2C8B7C) is unknown color: approx Elm. HEX triplet: 2C, 8B and 7C. RGB value is (44,139,124). Sum of RGB (Red+Green+Blue) = 44+139+124=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #2C8B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8B7C is #D37483. Grayscale: #6C6C6C. Windows color (decimal): -13857924 or 8162092. OLE color: 8162092.

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

Color convert

RGB44139124-
CMYK0.6800.110.45
HSL170.53º51.91%35.88%-
HSV(B)170.53º68.35%54.51%-
XYZ13.9120.4622.28-
YUV108.88136.5381.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.33%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=14.33%
G=45.28%
B=40.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal441391240.6800.110.45170.5351.9135.88
Hex2C8B7C440B2Dab3424
Octal54213174104013552536444
Binary10110010001011111110010001000101110110110101011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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