#2B827C

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

Shades of Elm #2B827C

Tints of Elm #2B827C

Color information

#2B827C (or 0x2B827C) is unknown color: approx Elm. HEX triplet: 2B, 82 and 7C. RGB value is (43,130,124). Sum of RGB (Red+Green+Blue) = 43+130+124=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #2B827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B827C is #D47D83. Grayscale: #676767. Windows color (decimal): -13925764 or 8159787. OLE color: 8159787.

HSL color Cylindrical-coordinate representation of color #2B827C: hue angle of 175.86º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B827C is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB43130124-
CMYK0.6700.050.49
HSL175.86º50.29%33.92%-
HSV(B)175.86º66.92%50.98%-
XYZ12.6217.9321.87-
YUV103.3139.6884.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=14.48%
G=43.77%
B=41.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal431301240.6700.050.49175.8650.2933.92
Hex2B827C430531b03222
Octal5320217410305612606242
Binary1010111000001011111001000011010111000110110000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,130,124); }

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

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

 a { background-color: rgb(43,130,124); }

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

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

 span { border-color: rgb(43,130,124); }

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