#2E293E

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

Shades of Tolopea #2E293E

Tints of Tolopea #2E293E

Color information

#2E293E (or 0x2E293E) is unknown color: approx Tolopea. HEX triplet: 2E, 29 and 3E. RGB value is (46,41,62). Sum of RGB (Red+Green+Blue) = 46+41+62=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E293E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E293E is #D1D6C1. Grayscale: #2C2C2C. Windows color (decimal): -13752002 or 4073774. OLE color: 4073774.

HSL color Cylindrical-coordinate representation of color #2E293E: hue angle of 254.29º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E293E is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB464162-
CMYK0.260.3400.76
HSL254.29º20.39%20.2%-
HSV(B)254.29º33.87%24.31%-
XYZ2.792.514.9-
YUV44.89137.66128.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.87%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 62 (24.61% from 255) = 41.61%
R=30.87%
G=27.52%
B=41.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4641620.260.3400.76254.2920.3920.2
Hex2E293E1A2204Cfe1414
Octal565176324201143762424
Binary1011101010011111101101010001001001100111111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,41,62); }

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

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

 a { background-color: rgb(46,41,62); }

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

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

 span { border-color: rgb(46,41,62); }

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