#2B726F

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

Shades of Elm #2B726F

Tints of Elm #2B726F

Color information

#2B726F (or 0x2B726F) is unknown color: approx Elm. HEX triplet: 2B, 72 and 6F. RGB value is (43,114,111). Sum of RGB (Red+Green+Blue) = 43+114+111=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #2B726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B726F is #D48D90. Grayscale: #5C5C5C. Windows color (decimal): -13929873 or 7303723. OLE color: 7303723.

HSL color Cylindrical-coordinate representation of color #2B726F: hue angle of 177.46º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B726F is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB43114111-
CMYK0.6200.030.55
HSL177.46º45.22%30.78%-
HSV(B)177.46º62.28%44.71%-
XYZ9.8813.717.16-
YUV92.43138.4892.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 111 (43.75% from 255) = 41.42%
R=16.04%
G=42.54%
B=41.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431141110.6200.030.55177.4645.2230.78
Hex2B726F3E0337b12d1f
Octal531621577603672615537
Binary101011111001011011111111100111101111011000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,114,111); }

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

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

 a { background-color: rgb(43,114,111); }

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

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

 span { border-color: rgb(43,114,111); }

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