#2B857F

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

Shades of Elm #2B857F

Tints of Elm #2B857F

Color information

#2B857F (or 0x2B857F) is unknown color: approx Elm. HEX triplet: 2B, 85 and 7F. RGB value is (43,133,127). Sum of RGB (Red+Green+Blue) = 43+133+127=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #2B857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B857F is #D47A80. Grayscale: #696969. Windows color (decimal): -13924993 or 8357163. OLE color: 8357163.

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

Color convert

RGB43133127-
CMYK0.6800.050.48
HSL176º51.14%34.51%-
HSV(B)176º67.67%52.16%-
XYZ13.2118.8223.02-
YUV105.41140.1883.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.19%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 127 (50% from 255) = 41.91%
R=14.19%
G=43.89%
B=41.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431331270.6800.050.4817651.1434.51
Hex2B857F440530b03323
Octal5320517710405602606343
Binary1010111000010111111111000100010111000010110000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,133,127); }

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

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

 a { background-color: rgb(43,133,127); }

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

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

 span { border-color: rgb(43,133,127); }

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