#2b706d

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

Shades of Elm #2B706D

Tints of Elm #2B706D

Color information

#2B706D (or 0x2B706D) is unknown color: approx Elm. HEX triplet: 2B, 70 and 6D. RGB value is (43,112,109). Sum of RGB (Red+Green+Blue) = 43+112+109=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #2B706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B706D is #D48F92. Grayscale: #5A5A5A. Windows color (decimal): -13930387 or 7172139. OLE color: 7172139.

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

Color convert

RGB43112109-
CMYK0.6200.030.56
HSL177.39º44.52%30.39%-
HSV(B)177.39º61.61%43.92%-
XYZ9.5513.2116.51-
YUV91.03138.1493.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=16.29%
G=42.42%
B=41.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal431121090.6200.030.56177.3944.5230.39
Hex2B706D3E0338b12d1e
Octal531601557603702615536
Binary101011111000011011011111100111110001011000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b706d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,112,109); }

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

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

 a { background-color: rgb(43,112,109); }

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

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

 span { border-color: rgb(43,112,109); }

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