#2E2F2A

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

Shades of Eternity #2E2F2A

Tints of Eternity #2E2F2A

Color information

#2E2F2A (or 0x2E2F2A) is unknown color: approx Eternity. HEX triplet: 2E, 2F and 2A. RGB value is (46,47,42). Sum of RGB (Red+Green+Blue) = 46+47+42=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 47 - color contains mainly: green. Hex color #2E2F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F2A is #D1D0D5. Grayscale: #2E2E2E. Windows color (decimal): -13750486 or 2764590. OLE color: 2764590.

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

Color convert

RGB464742-
CMYK0.0200.110.82
HSL72º5.62%17.45%-
HSV(B)72º10.64%18.43%-
XYZ2.562.782.59-
YUV46.13125.67127.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.07%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=34.07%
G=34.81%
B=31.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4647420.0200.110.82725.6217.45
Hex2E2F2A20B5248611
Octal5657522013122110621
Binary10111010111110101010010111010010100100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,47,42); }

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

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

 a { background-color: rgb(46,47,42); }

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

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

 span { border-color: rgb(46,47,42); }

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