#2E6F6E

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

Shades of Elm #2E6F6E

Tints of Elm #2E6F6E

Color information

#2E6F6E (or 0x2E6F6E) is unknown color: approx Elm. HEX triplet: 2E, 6F and 6E. RGB value is (46,111,110). Sum of RGB (Red+Green+Blue) = 46+111+110=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6F6E is #D19091. Grayscale: #5B5B5B. Windows color (decimal): -13734034 or 7237422. OLE color: 7237422.

HSL color Cylindrical-coordinate representation of color #2E6F6E: hue angle of 179.08º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E6F6E is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB46111110-
CMYK0.5900.010.56
HSL179.08º41.4%30.78%-
HSV(B)179.08º58.56%43.53%-
XYZ9.6313.0816.77-
YUV91.45138.4795.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.23%
GREEN value IS 111 (43.75% from 255) = 41.57%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=17.23%
G=41.57%
B=41.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal461111100.5900.010.56179.0841.430.78
Hex2E6F6E3B0138b3291f
Octal561571567301702635137
Binary10111011011111101110111011011110001011001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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