#2F312B

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

Shades of Eternity #2F312B

Tints of Eternity #2F312B

Color information

#2F312B (or 0x2F312B) is unknown color: approx Eternity. HEX triplet: 2F, 31 and 2B. RGB value is (47,49,43). Sum of RGB (Red+Green+Blue) = 47+49+43=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 49 - color contains mainly: green. Hex color #2F312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F312B is #D0CED4. Grayscale: #2F2F2F. Windows color (decimal): -13684437 or 2830639. OLE color: 2830639.

HSL color Cylindrical-coordinate representation of color #2F312B: hue angle of 80º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2F312B is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB474943-
CMYK0.0400.120.81
HSL80º6.52%18.04%-
HSV(B)80º12.24%19.22%-
XYZ2.712.982.72-
YUV47.72125.34127.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.81%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=33.81%
G=35.25%
B=30.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4749430.0400.120.81806.5218.04
Hex2F312B40C5150712
Octal5761534014121120722
Binary101111110001101011100011001010001101000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,43); }

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

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

 a { background-color: rgb(47,49,43); }

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

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

 span { border-color: rgb(47,49,43); }

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