#2C857D

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

Shades of Elm #2C857D

Tints of Elm #2C857D

Color information

#2C857D (or 0x2C857D) is unknown color: approx Elm. HEX triplet: 2C, 85 and 7D. RGB value is (44,133,125). Sum of RGB (Red+Green+Blue) = 44+133+125=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #2C857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C857D is #D37A82. Grayscale: #696969. Windows color (decimal): -13859459 or 8226092. OLE color: 8226092.

HSL color Cylindrical-coordinate representation of color #2C857D: hue angle of 174.61º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C857D is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB44133125-
CMYK0.6700.060.48
HSL174.61º50.28%34.71%-
HSV(B)174.61º66.92%52.16%-
XYZ13.1318.7922.34-
YUV105.48139.0184.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.57%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=14.57%
G=44.04%
B=41.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441331250.6700.060.48174.6150.2834.71
Hex2C857D430630af3223
Octal5420517510306602576243
Binary1011001000010111111011000011011011000010101111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,133,125); }

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

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

 a { background-color: rgb(44,133,125); }

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

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

 span { border-color: rgb(44,133,125); }

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