#1C671D

Color #1C671D San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #1C671D

Tints of San Felix #1C671D

Color information

#1C671D (or 0x1C671D) is unknown color: approx San Felix. HEX triplet: 1C, 67 and 1D. RGB value is (28,103,29). Sum of RGB (Red+Green+Blue) = 28+103+29=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 103 (40.62% from 255 or 64.38% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 103 - color contains mainly: green. Hex color #1C671D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C671D is #E398E2. Grayscale: #484848. Windows color (decimal): -14915811 or 1926940. OLE color: 1926940.

HSL color Cylindrical-coordinate representation of color #1C671D: hue angle of 120.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C671D is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB2810329-
CMYK0.7300.720.60
HSL120.8º57.25%25.69%-
HSV(B)120.8º72.82%40.39%-
XYZ5.5510.042.81-
YUV72.14103.6596.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.5%
GREEN value IS 103 (40.62% from 255) = 64.38%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=17.5%
G=64.38%
B=18.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28103290.7300.720.60120.857.2525.69
Hex1C671D490483C79391a
Octal34147351110110741717132
Binary11100110011111101100100101001000111100111100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C671D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,103,29); }

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

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

 a { background-color: rgb(28,103,29); }

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

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

 span { border-color: rgb(28,103,29); }

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