#2F1202

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

Shades of Brown Pod #2F1202

Tints of Brown Pod #2F1202

Color information

#2F1202 (or 0x2F1202) is unknown color: approx Brown Pod. HEX triplet: 2F, 12 and 02. RGB value is (47,18,2). Sum of RGB (Red+Green+Blue) = 47+18+2=67 (8% of max value = 765). Red value is 47 (18.75% from 255 or 70.15% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1202 is #D0EDFD. Grayscale: #181818. Windows color (decimal): -13692414 or 135727. OLE color: 135727.

HSL color Cylindrical-coordinate representation of color #2F1202: hue angle of 21.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F1202 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB47182-
CMYK00.620.960.82
HSL21.33º91.84%9.61%-
HSV(B)21.33º95.74%18.43%-
XYZ1.41.040.18-
YUV24.85115.11143.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 70.15%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 2 (1.17% from 255) = 2.99%
R=70.15%
G=26.87%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4718200.620.960.8221.3391.849.61
Hex2F12203E6052155ca
Octal572220761401222513412
Binary10111110010100111110110000010100101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,18,2); }

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

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

 a { background-color: rgb(47,18,2); }

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

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

 span { border-color: rgb(47,18,2); }

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