#1D711C

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

Shades of San Felix #1D711C

Tints of San Felix #1D711C

Color information

#1D711C (or 0x1D711C) is unknown color: approx San Felix. HEX triplet: 1D, 71 and 1C. RGB value is (29,113,28). Sum of RGB (Red+Green+Blue) = 29+113+28=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 113 (44.53% from 255 or 66.47% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 113 - color contains mainly: green. Hex color #1D711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D711C is #E28EE3. Grayscale: #4E4E4E. Windows color (decimal): -14847716 or 1863965. OLE color: 1863965.

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

Color convert

RGB2911328-
CMYK0.7400.750.56
HSL119.29º60.28%27.65%-
HSV(B)119.29º75.22%44.31%-
XYZ6.6212.163.1-
YUV78.1999.6792.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.06%
GREEN value IS 113 (44.53% from 255) = 66.47%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=17.06%
G=66.47%
B=16.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29113280.7400.750.56119.2960.2827.65
Hex1D711C4A04B38773c1c
Octal35161341120113701677434
Binary11101111000111100100101001001011111000111011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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