#1A6D1C

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

Shades of San Felix #1A6D1C

Tints of San Felix #1A6D1C

Color information

#1A6D1C (or 0x1A6D1C) is unknown color: approx San Felix. HEX triplet: 1A, 6D and 1C. RGB value is (26,109,28). Sum of RGB (Red+Green+Blue) = 26+109+28=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 109 (42.97% from 255 or 66.87% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 109 - color contains mainly: green. Hex color #1A6D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6D1C is #E592E3. Grayscale: #4B4B4B. Windows color (decimal): -15045348 or 1862938. OLE color: 1862938.

HSL color Cylindrical-coordinate representation of color #1A6D1C: hue angle of 121.45º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6D1C is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB2610928-
CMYK0.7600.740.57
HSL121.45º61.48%26.47%-
HSV(B)121.45º76.15%42.75%-
XYZ6.111.242.95-
YUV74.95101.593.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.95%
GREEN value IS 109 (42.97% from 255) = 66.87%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=15.95%
G=66.87%
B=17.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26109280.7600.740.57121.4561.4826.47
Hex1A6D1C4C04A39793d1a
Octal32155341140112711717532
Binary11010110110111100100110001001010111001111100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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