#2F0602

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

Shades of Seal Brown #2F0602

Tints of Seal Brown #2F0602

Color information

#2F0602 (or 0x2F0602) is unknown color: approx Seal Brown. HEX triplet: 2F, 06 and 02. RGB value is (47,6,2). Sum of RGB (Red+Green+Blue) = 47+6+2=55 (7% of max value = 765). Red value is 47 (18.75% from 255 or 85.45% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0602 is #D0F9FD. Grayscale: #111111. Windows color (decimal): -13695486 or 132655. OLE color: 132655.

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

Color convert

RGB4762-
CMYK00.870.960.82
HSL5.33º91.84%9.61%-
HSV(B)5.33º95.74%18.43%-
XYZ1.250.740.13-
YUV17.8119.08148.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 85.45%
GREEN value IS 6 (2.73% from 255) = 10.91%
BLUE value IS 2 (1.17% from 255) = 3.64%
R=85.45%
G=10.91%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal476200.870.960.825.3391.849.61
Hex2F62057605255ca
Octal57620127140122513412
Binary10111111010010101111100000101001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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