#2B6F6E

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

Shades of Elm #2B6F6E

Tints of Elm #2B6F6E

Color information

#2B6F6E (or 0x2B6F6E) is unknown color: approx Elm. HEX triplet: 2B, 6F and 6E. RGB value is (43,111,110). Sum of RGB (Red+Green+Blue) = 43+111+110=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6F6E is #D49091. Grayscale: #5A5A5A. Windows color (decimal): -13930642 or 7237419. OLE color: 7237419.

HSL color Cylindrical-coordinate representation of color #2B6F6E: hue angle of 179.12º 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 #2B6F6E is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB43111110-
CMYK0.6100.010.56
HSL179.12º44.16%30.2%-
HSV(B)179.12º61.26%43.53%-
XYZ9.513.0116.76-
YUV90.55138.9794.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=16.29%
G=42.05%
B=41.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal431111100.6100.010.56179.1244.1630.2
Hex2B6F6E3D0138b32c1e
Octal531571567501702635436
Binary10101111011111101110111101011110001011001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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