#2F0C03

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

Shades of Seal Brown #2F0C03

Tints of Seal Brown #2F0C03

Color information

#2F0C03 (or 0x2F0C03) is unknown color: approx Seal Brown. HEX triplet: 2F, 0C and 03. RGB value is (47,12,3). Sum of RGB (Red+Green+Blue) = 47+12+3=62 (8% of max value = 765). Red value is 47 (18.75% from 255 or 75.81% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 3 (1.56% from 255 or 4.84% from 62); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0C03 is #D0F3FC. Grayscale: #151515. Windows color (decimal): -13693949 or 199727. OLE color: 199727.

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

Color convert

RGB47123-
CMYK00.740.940.82
HSL12.27º88%9.8%-
HSV(B)12.27º93.62%18.43%-
XYZ1.320.870.19-
YUV21.44117.6146.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 75.81%
GREEN value IS 12 (5.08% from 255) = 19.35%
BLUE value IS 3 (1.56% from 255) = 4.84%
R=75.81%
G=19.35%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4712300.740.940.8212.27889.8
Hex2FC304A5E52c58a
Octal5714301121361221413012
Binary1011111100110100101010111101010010110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,12,3); }

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

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

 a { background-color: rgb(47,12,3); }

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

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

 span { border-color: rgb(47,12,3); }

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