Html Css Color HEX #2F120C Seal Brown

📋 copy color: '#2F120C'

red 47 ◦ green 18 ◦ blue 12

#2F120C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #2F120C

Tints of Seal Brown #2F120C

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 value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.82

RGB Variations

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

Color information

#2F120C (or 0x2F120C) is known color: 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

RGB 47 18 12 -
CMYK 0 0.62 0.74 0.82
HSL 10.29º 0.59% 0.12% -
HSV(B) 10.29º 0.74% 0.18% -
XYZ 1.45 1.06 0.48 -
YUV 25.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 47 18 12 0 0.62 0.74 0.82 10.29 0.59 0.12
Hex 2F 12 C 0 3E 4A 52 A 3B C
Octal 57 22 14 0 76 112 122 12 73 14
Binary 101111 10010 1100 0 111110 1001010 1010010 1010 111011 1100

Color Harmonies of #2F120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F120C

Black with #2F120C

Text Example


Text Example

White with #2F120C

Text Example


Text Example

HTML Codes & Css Web 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>