#2C8C7C

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

Shades of Elm #2C8C7C

Tints of Elm #2C8C7C

Color information

#2C8C7C (or 0x2C8C7C) is unknown color: approx Elm. HEX triplet: 2C, 8C and 7C. RGB value is (44,140,124). Sum of RGB (Red+Green+Blue) = 44+140+124=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #2C8C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8C7C is #D37383. Grayscale: #6D6D6D. Windows color (decimal): -13857668 or 8162348. OLE color: 8162348.

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

Color convert

RGB44140124-
CMYK0.6900.110.45
HSL170º52.17%36.08%-
HSV(B)170º68.57%54.9%-
XYZ14.0520.7522.33-
YUV109.47136.281.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.29%
GREEN value IS 140 (55.08% from 255) = 45.45%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=14.29%
G=45.45%
B=40.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal441401240.6900.110.4517052.1736.08
Hex2C8C7C450B2Daa3424
Octal54214174105013552526444
Binary10110010001100111110010001010101110110110101010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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