#1C711E

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

Shades of San Felix #1C711E

Tints of San Felix #1C711E

Color information

#1C711E (or 0x1C711E) is unknown color: approx San Felix. HEX triplet: 1C, 71 and 1E. RGB value is (28,113,30). Sum of RGB (Red+Green+Blue) = 28+113+30=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #1C711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C711E is #E38EE1. Grayscale: #4E4E4E. Windows color (decimal): -14913250 or 1995036. OLE color: 1995036.

HSL color Cylindrical-coordinate representation of color #1C711E: hue angle of 121.41º 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 #1C711E is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB2811330-
CMYK0.7500.730.56
HSL121.41º60.28%27.65%-
HSV(B)121.41º75.22%44.31%-
XYZ6.6212.153.22-
YUV78.12100.8492.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.37%
GREEN value IS 113 (44.53% from 255) = 66.08%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=16.37%
G=66.08%
B=17.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28113300.7500.730.56121.4160.2827.65
Hex1C711E4B04938793c1c
Octal34161361130111701717434
Binary11100111000111110100101101001001111000111100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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