#1C772C

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

Shades of San Felix #1C772C

Tints of San Felix #1C772C

Color information

#1C772C (or 0x1C772C) is unknown color: approx San Felix. HEX triplet: 1C, 77 and 2C. RGB value is (28,119,44). Sum of RGB (Red+Green+Blue) = 28+119+44=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #1C772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C772C is #E388D3. Grayscale: #535353. Windows color (decimal): -14911700 or 2914076. OLE color: 2914076.

HSL color Cylindrical-coordinate representation of color #1C772C: hue angle of 130.55º 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 #1C772C is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB2811944-
CMYK0.7600.630.53
HSL130.55º61.9%28.82%-
HSV(B)130.55º76.47%46.67%-
XYZ7.5313.624.62-
YUV83.24105.8588.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 119 (46.88% from 255) = 62.30%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=14.66%
G=62.30%
B=23.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28119440.7600.630.53130.5561.928.82
Hex1C772C4C03F35833e1d
Octal3416754114077652037635
Binary111001110111101100100110001111111101011000001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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