#2F180F

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

Shades of Brown Pod #2F180F

Tints of Brown Pod #2F180F

Color information

#2F180F (or 0x2F180F) is unknown color: approx Brown Pod. HEX triplet: 2F, 18 and 0F. RGB value is (47,24,15). Sum of RGB (Red+Green+Blue) = 47+24+15=86 (11% of max value = 765). Red value is 47 (18.75% from 255 or 54.65% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 47 - color contains mainly: red. Hex color #2F180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F180F is #D0E7F0. Grayscale: #1D1D1D. Windows color (decimal): -13690865 or 989231. OLE color: 989231.

HSL color Cylindrical-coordinate representation of color #2F180F: hue angle of 16.88º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F180F is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.82.

Color convert

RGB472415-
CMYK00.490.680.82
HSL16.88º51.61%12.16%-
HSV(B)16.88º68.09%18.43%-
XYZ1.591.290.62-
YUV29.85119.62140.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 54.65%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=54.65%
G=27.91%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47241500.490.680.8216.8851.6112.16
Hex2F18F03144521134c
Octal573017061104122216414
Binary101111110001111011000110001001010010100011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,24,15); }

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

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

 a { background-color: rgb(47,24,15); }

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

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

 span { border-color: rgb(47,24,15); }

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