#1A671E

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

Shades of San Felix #1A671E

Tints of San Felix #1A671E

Color information

#1A671E (or 0x1A671E) is unknown color: approx San Felix. HEX triplet: 1A, 67 and 1E. RGB value is (26,103,30). Sum of RGB (Red+Green+Blue) = 26+103+30=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 103 (40.62% from 255 or 64.78% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 103 - color contains mainly: green. Hex color #1A671E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A671E is #E598E1. Grayscale: #474747. Windows color (decimal): -15046882 or 1992474. OLE color: 1992474.

HSL color Cylindrical-coordinate representation of color #1A671E: hue angle of 123.12º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A671E is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB2610330-
CMYK0.7500.710.60
HSL123.12º59.69%25.29%-
HSV(B)123.12º74.76%40.39%-
XYZ5.5110.012.87-
YUV71.66104.4995.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.35%
GREEN value IS 103 (40.62% from 255) = 64.78%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=16.35%
G=64.78%
B=18.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26103300.7500.710.60123.1259.6925.29
Hex1A671E4B0473C7b3c19
Octal32147361130107741737431
Binary11010110011111110100101101000111111100111101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,103,30); }

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

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

 a { background-color: rgb(26,103,30); }

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

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

 span { border-color: rgb(26,103,30); }

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