#2F312A

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

Shades of Eternity #2F312A

Tints of Eternity #2F312A

Color information

#2F312A (or 0x2F312A) is unknown color: approx Eternity. HEX triplet: 2F, 31 and 2A. RGB value is (47,49,42). Sum of RGB (Red+Green+Blue) = 47+49+42=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 49 - color contains mainly: green. Hex color #2F312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F312A is #D0CED5. Grayscale: #2F2F2F. Windows color (decimal): -13684438 or 2765103. OLE color: 2765103.

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

Color convert

RGB474942-
CMYK0.0400.140.81
HSL77.14º7.69%17.84%-
HSV(B)77.14º14.29%19.22%-
XYZ2.692.972.62-
YUV47.6124.84127.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.06%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=34.06%
G=35.51%
B=30.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4749420.0400.140.8177.147.6917.84
Hex2F312A40E514d812
Octal57615240161211151022
Binary1011111100011010101000111010100011001101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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