#1C691A

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

Shades of San Felix #1C691A

Tints of San Felix #1C691A

Color information

#1C691A (or 0x1C691A) is unknown color: approx San Felix. HEX triplet: 1C, 69 and 1A. RGB value is (28,105,26). Sum of RGB (Red+Green+Blue) = 28+105+26=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 105 (41.41% from 255 or 66.04% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 105 - color contains mainly: green. Hex color #1C691A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C691A is #E396E5. Grayscale: #494949. Windows color (decimal): -14915302 or 1730844. OLE color: 1730844.

HSL color Cylindrical-coordinate representation of color #1C691A: hue angle of 118.48º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C691A is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB2810526-
CMYK0.7300.750.59
HSL118.48º60.31%25.69%-
HSV(B)118.48º75.24%41.18%-
XYZ5.7210.422.69-
YUV72.97101.4995.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.61%
GREEN value IS 105 (41.41% from 255) = 66.04%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=17.61%
G=66.04%
B=16.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28105260.7300.750.59118.4860.3125.69
Hex1C691A4904B3B763c1a
Octal34151321110113731667432
Binary11100110100111010100100101001011111011111011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,105,26); }

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

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

 a { background-color: rgb(28,105,26); }

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

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

 span { border-color: rgb(28,105,26); }

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