#2F341F

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

Shades of Eternity #2F341F

Tints of Eternity #2F341F

Color information

#2F341F (or 0x2F341F) is unknown color: approx Eternity. HEX triplet: 2F, 34 and 1F. RGB value is (47,52,31). Sum of RGB (Red+Green+Blue) = 47+52+31=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #2F341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F341F is #D0CBE0. Grayscale: #303030. Windows color (decimal): -13683681 or 2044975. OLE color: 2044975.

HSL color Cylindrical-coordinate representation of color #2F341F: hue angle of 74.29º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F341F is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB475231-
CMYK0.1000.400.80
HSL74.29º25.3%16.27%-
HSV(B)74.29º40.38%20.39%-
XYZ2.653.161.77-
YUV48.11118.34127.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.15%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=36.15%
G=40%
B=23.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4752310.1000.400.8074.2925.316.27
Hex2F341FA028504a1910
Octal576437120501201123120
Binary1011111101001111110100101000101000010010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,52,31); }

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

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

 a { background-color: rgb(47,52,31); }

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

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

 span { border-color: rgb(47,52,31); }

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