#1C6B20

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

Shades of San Felix #1C6B20

Tints of San Felix #1C6B20

Color information

#1C6B20 (or 0x1C6B20) is unknown color: approx San Felix. HEX triplet: 1C, 6B and 20. RGB value is (28,107,32). Sum of RGB (Red+Green+Blue) = 28+107+32=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6B20 is #E394DF. Grayscale: #4B4B4B. Windows color (decimal): -14914784 or 2124572. OLE color: 2124572.

HSL color Cylindrical-coordinate representation of color #1C6B20: hue angle of 123.04º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6B20 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB2810732-
CMYK0.7400.700.58
HSL123.04º58.52%26.47%-
HSV(B)123.04º73.83%41.96%-
XYZ610.873.15-
YUV74.83103.8394.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.77%
GREEN value IS 107 (42.19% from 255) = 64.07%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=16.77%
G=64.07%
B=19.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28107320.7400.700.58123.0458.5226.47
Hex1C6B204A0463A7b3b1a
Octal34153401120106721737332
Binary111001101011100000100101001000110111010111101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,107,32); }

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

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

 a { background-color: rgb(28,107,32); }

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

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

 span { border-color: rgb(28,107,32); }

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