#1A711D

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

Shades of San Felix #1A711D

Tints of San Felix #1A711D

Color information

#1A711D (or 0x1A711D) is unknown color: approx San Felix. HEX triplet: 1A, 71 and 1D. RGB value is (26,113,29). Sum of RGB (Red+Green+Blue) = 26+113+29=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 113 (44.53% from 255 or 67.26% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 113 - color contains mainly: green. Hex color #1A711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A711D is #E58EE2. Grayscale: #4D4D4D. Windows color (decimal): -15044323 or 1929498. OLE color: 1929498.

HSL color Cylindrical-coordinate representation of color #1A711D: hue angle of 122.07º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A711D is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB2611329-
CMYK0.7700.740.56
HSL122.07º62.59%27.25%-
HSV(B)122.07º76.99%44.31%-
XYZ6.5512.123.16-
YUV77.41100.6891.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.48%
GREEN value IS 113 (44.53% from 255) = 67.26%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=15.48%
G=67.26%
B=17.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26113290.7700.740.56122.0762.5927.25
Hex1A711D4D04A387a3f1b
Octal32161351150112701727733
Binary11010111000111101100110101001010111000111101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A711D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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