#2C2E26

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

Shades of Eternity #2C2E26

Tints of Eternity #2C2E26

Color information

#2C2E26 (or 0x2C2E26) is unknown color: approx Eternity. HEX triplet: 2C, 2E and 26. RGB value is (44,46,38). Sum of RGB (Red+Green+Blue) = 44+46+38=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 46 - color contains mainly: green. Hex color #2C2E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2E26 is #D3D1D9. Grayscale: #2C2C2C. Windows color (decimal): -13881818 or 2502188. OLE color: 2502188.

HSL color Cylindrical-coordinate representation of color #2C2E26: hue angle of 75º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2C2E26 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB444638-
CMYK0.0400.170.82
HSL75º9.52%16.47%-
HSV(B)75º17.39%18.04%-
XYZ2.372.632.22-
YUV44.49124.34127.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.38%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=34.38%
G=35.94%
B=29.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4446380.0400.170.82759.5216.47
Hex2C2E264011524ba10
Octal54564640211221131220
Binary10110010111010011010001000110100101001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,46,38); }

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

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

 a { background-color: rgb(44,46,38); }

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

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

 span { border-color: rgb(44,46,38); }

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