#2F120C

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

Shades of Seal Brown #2F120C

Tints of Seal Brown #2F120C

Color information

#2F120C (or 0x2F120C) is unknown color: approx Seal Brown. HEX triplet: 2F, 12 and 0C. RGB value is (47,18,12). Sum of RGB (Red+Green+Blue) = 47+18+12=77 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.04% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 47 - color contains mainly: red. Hex color #2F120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F120C is #D0EDF3. Grayscale: #1A1A1A. Windows color (decimal): -13692404 or 791087. OLE color: 791087.

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

Color convert

RGB471812-
CMYK00.620.740.82
HSL10.29º59.32%11.57%-
HSV(B)10.29º74.47%18.43%-
XYZ1.451.060.48-
YUV25.99120.11142.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 61.04%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=61.04%
G=23.38%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47181200.620.740.8210.2959.3211.57
Hex2F12C03E4A52a3bc
Octal572214076112122127314
Binary10111110010110001111101001010101001010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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