#1C6A1E

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

Shades of San Felix #1C6A1E

Tints of San Felix #1C6A1E

Color information

#1C6A1E (or 0x1C6A1E) is unknown color: approx San Felix. HEX triplet: 1C, 6A and 1E. RGB value is (28,106,30). Sum of RGB (Red+Green+Blue) = 28+106+30=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 106 (41.80% from 255 or 64.63% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 106 - color contains mainly: green. Hex color #1C6A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6A1E is #E395E1. Grayscale: #4A4A4A. Windows color (decimal): -14915042 or 1993244. OLE color: 1993244.

HSL color Cylindrical-coordinate representation of color #1C6A1E: hue angle of 121.54º degrees, saturation: 0.58, 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 #1C6A1E is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB2810630-
CMYK0.7400.720.58
HSL121.54º58.21%26.27%-
HSV(B)121.54º73.58%41.57%-
XYZ5.8710.652.97-
YUV74.01103.1695.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.07%
GREEN value IS 106 (41.80% from 255) = 64.63%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=17.07%
G=64.63%
B=18.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28106300.7400.720.58121.5458.2126.27
Hex1C6A1E4A0483A7a3a1a
Octal34152361120110721727232
Binary11100110101011110100101001001000111010111101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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