Html Css Color HEX #1F641C San Felix

📋 copy color: '#1F641C'

red 31 ◦ green 100 ◦ blue 28

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

Shades of San Felix #1F641C

Tints of San Felix #1F641C

RGB

 RED value IS 31 (12.5% from 255) = 19.5%

 GREEN value IS 100 (39.45% from 255) = 62.89%

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 19.5%
G = 62.89%
B = 17.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#1F641C (or 0x1F641C) is known color: San Felix. HEX triplet: 1F, 64 and 1C. RGB value is (31,100,28). Sum of RGB (Red+Green+Blue) = 31+100+28=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #1F641C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F641C is #E09BE3. Grayscale: #474747. Windows color (decimal): -14719972 or 1860639. OLE color: 1860639.

HSL color Cylindrical-coordinate representation of color #1F641C: hue angle of 117.5º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F641C is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 100 28 -
CMYK 0.69 0 0.72 0.61
HSL 117.5º 0.56% 0.25% -
HSV(B) 117.5º 0.72% 0.39% -
XYZ 5.33 9.49 2.65 -
YUV 71.16 103.64 99.35 -
System Red Green Blue C M Y K H S L
Decimal 31 100 28 0.69 0 0.72 0.61 117.5 0.56 0.25
Hex 1F 64 1C 45 0 48 3D 76 38 19
Octal 37 144 34 105 0 110 75 166 70 31
Binary 11111 1100100 11100 1000101 0 1001000 111101 1110110 111000 11001

Color Harmonies of #1F641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F641C

Black with #1F641C

Text Example


Text Example

White with #1F641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F641C; }

 p { color: rgb(31,100,28); }

 H1.HeaderClassName
 {
   color: #1F641C;
 }
 .AnyTagClassName
 {
   color: #1F641C;
 }
</style>

background-color css

<style>
 a { background-color: #1F641C; }

 a { background-color: rgb(31,100,28); }

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

border-color css

<style>
 span { border-color: #1F641C; }

 span { border-color: rgb(31,100,28); }

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