Html Css Color HEX #2F140F Seal Brown

📋 copy color: '#2F140F'

red 47 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #2F140F

Tints of Seal Brown #2F140F

RGB

 RED value IS 47 (18.75% from 255) = 57.32%

 GREEN value IS 20 (8.2% from 255) = 24.39%

 BLUE value IS 15 (6.25% from 255) = 18.29%

R = 57.32%
G = 24.39%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.82

RGB Variations

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

Color information

#2F140F (or 0x2F140F) is known color: Seal Brown. HEX triplet: 2F, 14 and 0F. RGB value is (47,20,15). Sum of RGB (Red+Green+Blue) = 47+20+15=82 (10% of max value = 765). Red value is 47 (18.75% from 255 or 57.32% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 47 - color contains mainly: red. Hex color #2F140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F140F is #D0EBF0. Grayscale: #1B1B1B. Windows color (decimal): -13691889 or 988207. OLE color: 988207.

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

Color convert

RGB 47 20 15 -
CMYK 0 0.57 0.68 0.82
HSL 9.38º 0.52% 0.12% -
HSV(B) 9.38º 0.68% 0.18% -
XYZ 1.51 1.14 0.59 -
YUV 27.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 47 20 15 0 0.57 0.68 0.82 9.38 0.52 0.12
Hex 2F 14 F 0 39 44 52 9 34 C
Octal 57 24 17 0 71 104 122 11 64 14
Binary 101111 10100 1111 0 111001 1000100 1010010 1001 110100 1100

Color Harmonies of #2F140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F140F

Black with #2F140F

Text Example


Text Example

White with #2F140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,20,15); }

 H1.HeaderClassName
 {
   color: #2F140F;
 }
 .AnyTagClassName
 {
   color: #2F140F;
 }
</style>

background-color css

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

 a { background-color: rgb(47,20,15); }

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

border-color css

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

 span { border-color: rgb(47,20,15); }

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