#2F0402

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

Shades of Seal Brown #2F0402

Tints of Seal Brown #2F0402

Color information

#2F0402 (or 0x2F0402) is unknown color: approx Seal Brown. HEX triplet: 2F, 04 and 02. RGB value is (47,4,2). Sum of RGB (Red+Green+Blue) = 47+4+2=53 (7% of max value = 765). Red value is 47 (18.75% from 255 or 88.68% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0402 is #D0FBFD. Grayscale: #101010. Windows color (decimal): -13695998 or 132143. OLE color: 132143.

HSL color Cylindrical-coordinate representation of color #2F0402: hue angle of 2.67º 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 #2F0402 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB4742-
CMYK00.910.960.82
HSL2.67º91.84%9.61%-
HSV(B)2.67º95.74%18.43%-
XYZ1.230.70.13-
YUV16.63119.75149.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 88.68%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 2 (1.17% from 255) = 3.77%
R=88.68%
G=7.55%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal474200.910.960.822.6791.849.61
Hex2F4205B605235ca
Octal57420133140122313412
Binary1011111001001011011110000010100101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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