#2C857B

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

Shades of Elm #2C857B

Tints of Elm #2C857B

Color information

#2C857B (or 0x2C857B) is unknown color: approx Elm. HEX triplet: 2C, 85 and 7B. RGB value is (44,133,123). Sum of RGB (Red+Green+Blue) = 44+133+123=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #2C857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C857B is #D37A84. Grayscale: #696969. Windows color (decimal): -13859461 or 8095020. OLE color: 8095020.

HSL color Cylindrical-coordinate representation of color #2C857B: hue angle of 173.26º 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 #2C857B is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB44133123-
CMYK0.6700.080.48
HSL173.26º50.28%34.71%-
HSV(B)173.26º66.92%52.16%-
XYZ1318.7421.67-
YUV105.25138.0184.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.67%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 123 (48.44% from 255) = 41%
R=14.67%
G=44.33%
B=41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441331230.6700.080.48173.2650.2834.71
Hex2C857B430830ad3223
Octal54205173103010602556243
Binary10110010000101111101110000110100011000010101101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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