#2C8C7E

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

Shades of Elm #2C8C7E

Tints of Elm #2C8C7E

Color information

#2C8C7E (or 0x2C8C7E) is unknown color: approx Elm. HEX triplet: 2C, 8C and 7E. RGB value is (44,140,126). Sum of RGB (Red+Green+Blue) = 44+140+126=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #2C8C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8C7E is #D37381. Grayscale: #6D6D6D. Windows color (decimal): -13857666 or 8293420. OLE color: 8293420.

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

Color convert

RGB44140126-
CMYK0.6900.100.45
HSL171.25º52.17%36.08%-
HSV(B)171.25º68.57%54.9%-
XYZ14.1820.823.01-
YUV109.7137.281.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.19%
GREEN value IS 140 (55.08% from 255) = 45.16%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=14.19%
G=45.16%
B=40.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal441401260.6900.100.45171.2552.1736.08
Hex2C8C7E450A2Dab3424
Octal54214176105012552536444
Binary10110010001100111111010001010101010110110101011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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