#2F1E1A

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

Shades of Brown Pod #2F1E1A

Tints of Brown Pod #2F1E1A

Color information

#2F1E1A (or 0x2F1E1A) is unknown color: approx Brown Pod. HEX triplet: 2F, 1E and 1A. RGB value is (47,30,26). Sum of RGB (Red+Green+Blue) = 47+30+26=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1E1A is #D0E1E5. Grayscale: #222222. Windows color (decimal): -13689318 or 1711663. OLE color: 1711663.

HSL color Cylindrical-coordinate representation of color #2F1E1A: hue angle of 11.43º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F1E1A is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.82.

Color convert

RGB473026-
CMYK00.360.450.82
HSL11.43º28.77%14.31%-
HSV(B)11.43º44.68%18.43%-
XYZ1.821.611.19-
YUV34.63123.13136.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 45.63%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=45.63%
G=29.13%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47302600.360.450.8211.4328.7714.31
Hex2F1E1A0242D52b1de
Octal57363204455122133516
Binary1011111111011010010010010110110100101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,30,26); }

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

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

 a { background-color: rgb(47,30,26); }

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

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

 span { border-color: rgb(47,30,26); }

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