#1C7728

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

Shades of San Felix #1C7728

Tints of San Felix #1C7728

Color information

#1C7728 (or 0x1C7728) is unknown color: approx San Felix. HEX triplet: 1C, 77 and 28. RGB value is (28,119,40). Sum of RGB (Red+Green+Blue) = 28+119+40=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 119 (46.88% from 255 or 63.64% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 119 - color contains mainly: green. Hex color #1C7728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7728 is #E388D7. Grayscale: #535353. Windows color (decimal): -14911704 or 2651932. OLE color: 2651932.

HSL color Cylindrical-coordinate representation of color #1C7728: hue angle of 127.91º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7728 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB2811940-
CMYK0.7600.660.53
HSL127.91º61.9%28.82%-
HSV(B)127.91º76.47%46.67%-
XYZ7.4613.594.24-
YUV82.78103.8588.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.97%
GREEN value IS 119 (46.88% from 255) = 63.64%
BLUE value IS 40 (16.02% from 255) = 21.39%
R=14.97%
G=63.64%
B=21.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28119400.7600.660.53127.9161.928.82
Hex1C77284C04235803e1d
Octal34167501140102652007635
Binary1110011101111010001001100010000101101011000000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,119,40); }

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

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

 a { background-color: rgb(28,119,40); }

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

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

 span { border-color: rgb(28,119,40); }

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