#2F3128

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

Shades of Eternity #2F3128

Tints of Eternity #2F3128

Color information

#2F3128 (or 0x2F3128) is unknown color: approx Eternity. HEX triplet: 2F, 31 and 28. RGB value is (47,49,40). Sum of RGB (Red+Green+Blue) = 47+49+40=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3128 is #D0CED7. Grayscale: #2F2F2F. Windows color (decimal): -13684440 or 2634031. OLE color: 2634031.

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

Color convert

RGB474940-
CMYK0.0400.180.81
HSL73.33º10.11%17.45%-
HSV(B)73.33º18.37%19.22%-
XYZ2.652.952.44-
YUV47.38123.84127.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.56%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=34.56%
G=36.03%
B=29.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4749400.0400.180.8173.3310.1117.45
Hex2F312840125149a11
Octal57615040221211111221
Binary10111111000110100010001001010100011001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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