#1A661D

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

Shades of San Felix #1A661D

Tints of San Felix #1A661D

Color information

#1A661D (or 0x1A661D) is unknown color: approx San Felix. HEX triplet: 1A, 66 and 1D. RGB value is (26,102,29). Sum of RGB (Red+Green+Blue) = 26+102+29=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #1A661D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A661D is #E599E2. Grayscale: #474747. Windows color (decimal): -15047139 or 1926682. OLE color: 1926682.

HSL color Cylindrical-coordinate representation of color #1A661D: hue angle of 122.37º degrees, saturation: 0.59, 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 #1A661D is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB2610229-
CMYK0.7500.720.6
HSL122.37º59.38%25.1%-
HSV(B)122.37º74.51%40%-
XYZ5.49.812.77-
YUV70.95104.3295.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.56%
GREEN value IS 102 (40.23% from 255) = 64.97%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=16.56%
G=64.97%
B=18.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal26102290.7500.720.6122.3759.3825.1
Hex1A661D4B0483C7a3b19
Octal32146351130110741727331
Binary11010110011011101100101101001000111100111101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A661D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,102,29); }

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

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

 a { background-color: rgb(26,102,29); }

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

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

 span { border-color: rgb(26,102,29); }

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