#2B6F6D

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

Shades of Elm #2B6F6D

Tints of Elm #2B6F6D

Color information

#2B6F6D (or 0x2B6F6D) is unknown color: approx Elm. HEX triplet: 2B, 6F and 6D. RGB value is (43,111,109). Sum of RGB (Red+Green+Blue) = 43+111+109=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6F6D is #D49092. Grayscale: #5A5A5A. Windows color (decimal): -13930643 or 7171883. OLE color: 7171883.

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

Color convert

RGB43111109-
CMYK0.6100.020.56
HSL178.24º44.16%30.2%-
HSV(B)178.24º61.26%43.53%-
XYZ9.4412.9916.48-
YUV90.44138.4794.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.35%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=16.35%
G=42.21%
B=41.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal431111090.6100.020.56178.2444.1630.2
Hex2B6F6D3D0238b22c1e
Octal531571557502702625436
Binary101011110111111011011111010101110001011001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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